diff options
author | Jiri Kosina <jkosina@suse.cz> | 2016-11-05 18:15:03 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-11-06 00:59:36 +0300 |
commit | 15607a3ad4272ed6f781a5250479c87746746dda (patch) | |
tree | 9507bd58c1d33fa9a0811ead283cf5b77e237e2a /drivers/hid/usbhid/hid-quirks.c | |
parent | 8a1e377e55f2dca5c689926313beeaa8ac2adb22 (diff) | |
download | linux-15607a3ad4272ed6f781a5250479c87746746dda.tar.xz |
HID: intel-ish-hid: initialize ts_format.reserved
ts_format.reserved is not used anywhere yet, but the compiler generates a
warning when the struct's (uninitialized) field is being copied around
drivers/hid/intel-ish-hid/ipc/ipc.c: In function ‘write_ipc_from_queue’:
drivers/hid/intel-ish-hid/ipc/ipc.c:316: warning: ‘ts_format.reserved’ may be used uninitialized in this function
Avoid this by force-initializing the field to zero.
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/usbhid/hid-quirks.c')
0 files changed, 0 insertions, 0 deletions