[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210114152323.2382283-1-lee.jones@linaro.org>
Date: Thu, 14 Jan 2021 15:23:18 +0000
From: Lee Jones <lee.jones@...aro.org>
To: lee.jones@...aro.org
Cc: linux-kernel@...r.kernel.org,
Alexandre Torgue <alexandre.torgue@...com>,
Benjamin Tissoires <benjamin.tissoires@...il.com>,
Bruce Kalk <kall@...pass.com>,
"C. Scott Ananian" <cananian@...mni.priceton.edu>,
Daniel Ritz <daniel.ritz@....ch>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Henrik Rydberg <rydberg@...math.org>,
James Hilliard <james.hilliard1@...il.com>,
linux-arm-kernel@...ts.infradead.org, linux-input@...r.kernel.org,
linux-stm32@...md-mailman.stormreply.com,
Luotao Fu <l.fu@...gutronix.de>,
Maxime Coquelin <mcoquelin.stm32@...il.com>,
Peter Osterlund <petero2@...ia.com>,
Sangwon Jee <jeesw@...fas.com>,
Stefan Gmeiner <riddlebox@...esurf.ch>,
Stefan Riedmueller <s.riedmueller@...tec.de>
Subject: [PATCH v3 0/5] (Set 2/2) Rid W=1 issues from Input
This set is part of a larger effort attempting to clean-up W=1
kernel builds, which are currently overwhelmingly riddled with
niggly little warnings.
This is the second (and last) of 2 sets.
v3:
- Make use of 'ret' instead of removing it
- Use __always_unused instead of removing unused variables
- Fix recent/new warning regarding undocumented 'prop' param
v2:
- Replace empty if() with commentary
- Suggested-by: Joe Perches
Lee Jones (5):
input: mouse: synaptics: Replace NOOP with suitable commentary
input: touchscreen: melfas_mip4: Mark a bunch of variables as
__always_unused
input: touchscreen: usbtouchscreen: Actually check return value of
usb_submit_urb()
input: touchscreen: surface3_spi: Remove set but unused variable
'timestamp'
input: touchscreen: stmpe-ts: Add description for 'prop' struct member
drivers/input/mouse/synaptics.c | 7 +++++--
drivers/input/touchscreen/melfas_mip4.c | 8 ++++----
drivers/input/touchscreen/stmpe-ts.c | 1 +
drivers/input/touchscreen/surface3_spi.c | 2 --
drivers/input/touchscreen/usbtouchscreen.c | 3 +++
5 files changed, 13 insertions(+), 8 deletions(-)
Cc: Alexandre Torgue <alexandre.torgue@...com>
Cc: Benjamin Tissoires <benjamin.tissoires@...il.com>
Cc: Bruce Kalk <kall@...pass.com>
Cc: "C. Scott Ananian" <cananian@...mni.priceton.edu>
Cc: Daniel Ritz <daniel.ritz@....ch>
Cc: Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: Henrik Rydberg <rydberg@...math.org>
Cc: James Hilliard <james.hilliard1@...il.com>
Cc: linux-arm-kernel@...ts.infradead.org
Cc: linux-input@...r.kernel.org
Cc: linux-stm32@...md-mailman.stormreply.com
Cc: Luotao Fu <l.fu@...gutronix.de>
Cc: Maxime Coquelin <mcoquelin.stm32@...il.com>
Cc: Peter Osterlund <petero2@...ia.com>
Cc: Sangwon Jee <jeesw@...fas.com>
Cc: Stefan Gmeiner <riddlebox@...esurf.ch>
Cc: Stefan Riedmueller <s.riedmueller@...tec.de>
Cc: this to <linux-input@...r.kernel.org>
--
2.25.1
Powered by blists - more mailing lists