Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HID: fix return value of hidraw_report_event() when !CONFIG_HIDRAW
Commit b678724 ("HID: hidraw: add proper error handling to raw event reporting") forgot to update the static inline version of hidraw_report_event() for the case when CONFIG_HIDRAW is unset. Fix that up. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
- Loading branch information