HID: Fix hid_report_len usage
authorAaron Ma <aaron.ma@canonical.com>
Sat, 3 Feb 2018 15:57:15 +0000 (23:57 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Apr 2018 07:36:28 +0000 (09:36 +0200)
commitf671ac7a5317edddcc8d4593bae3ea1dde5334ed
tree6e2ccb077ed299c4a6aa974d13fdd81114700057
parent25b6ee378dc43fff21e778f1a21cb7e6dffa6e1a
HID: Fix hid_report_len usage

commit 3064a03b94e60388f0955fcc29f3e8a978d28f75 upstream.

Follow the change of return type u32 of hid_report_len,
fix all the types of variables those get the return value of
hid_report_len to u32, and all other code already uses u32.

Cc: stable@vger.kernel.org
Signed-off-by: Aaron Ma <aaron.ma@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hid/hid-input.c
drivers/hid/hid-multitouch.c
drivers/hid/hid-rmi.c
drivers/hid/wacom_sys.c