Patch e2c7d8877e5c leads to the following Smatch complaint: drivers/hid/wacom_wac.c:602 wacom_intuos_inout() error: we previously assumed 'wacom->shared' could be null (see line 584) The first patch in this series fixes that warning. The next two cleans up the code and fixes a logic order. The patchset is based on Jiri's for-4.0/upstream-fixes branch. Ping Cheng (3): HID: wacom: remove hardcoded WACOM_QUIRK_MULTI_INPUT HID: wacom: use wacom_wac_finger_count_touches to set touch_down HID: wacom: set stylus_in_proximity before checking touch_down drivers/hid/wacom_sys.c | 24 ++++----- drivers/hid/wacom_wac.c | 137 +++++++++++++++++++----------------------------- drivers/hid/wacom_wac.h | 9 ++-- 3 files changed, 68 insertions(+), 102 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html