]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
HID: intel-thc-hid: Intel-quickspi: Fix some error codes
authorDan Carpenter <error27@gmail.com>
Thu, 23 Apr 2026 07:10:02 +0000 (10:10 +0300)
committerJiri Kosina <jkosina@suse.com>
Tue, 28 Apr 2026 16:35:29 +0000 (18:35 +0200)
commitae4ac077332ea3341a0f4c0973556c6b7ac5b7a1
tree5b7057664e725e8a29af9400749d1d2973b2b11c
parent3524900cc571bd922a1a6b6a0eb0c2705cdb3559
HID: intel-thc-hid: Intel-quickspi: Fix some error codes

If we have a partial read that is supposed to be treated as failure but
in this code we forgot to set the error code.  Return -EINVAL.

Fixes: 9d8d51735a3a ("HID: intel-thc-hid: intel-quickspi: Add HIDSPI protocol implementation")
Signed-off-by: Dan Carpenter <error27@gmail.com>
Reviewed-by: Even Xu <even.xu@intel.com>
Reviewed-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/intel-thc-hid/intel-quickspi/quickspi-protocol.c