linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Cleanup to get rid of a static checker warning
@ 2015-03-20 21:56 Ping Cheng
  2015-04-02 12:21 ` Jiri Kosina
  0 siblings, 1 reply; 3+ messages in thread
From: Ping Cheng @ 2015-03-20 21:56 UTC (permalink / raw)
  To: benjamin.tissoires, jkosina; +Cc: linux-input, Ping Cheng

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-02 22:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20 21:56 [PATCH 0/3] Cleanup to get rid of a static checker warning Ping Cheng
2015-04-02 12:21 ` Jiri Kosina
2015-04-02 22:45   ` Ping Cheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).