Commit 5b13e1c
Łukasz Stelmach
util/agents/usb_hid_relay: return value from get_output()
Add missing return in get_output() to propagate value returned
by a device specific function.
Fixes: 7ab6240 ("util/agents/usb_hid_relay: fix concurrent access")
Signed-off-by: Łukasz Stelmach <[email protected]>1 parent f63dfd7 commit 5b13e1c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments