* [RESEND 00/25] Rid W=1 warnings from HID
@ 2021-03-26 14:34 Lee Jones
2021-03-26 14:34 ` Lee Jones
` (4 more replies)
0 siblings, 5 replies; 14+ messages in thread
From: Lee Jones @ 2021-03-26 14:34 UTC (permalink / raw)
To: lee.jones
Cc: linux-kernel, Alexandre Torgue, Anssi Hannula, Benjamin Tissoires,
Bruno Prémont, Christian König, Daniel Drubin,
Dario Pagani, dri-devel, Henrik Rydberg, Jiri Kosina,
Jonathan Cameron, Kai-Heng Feng, Kim Kuparinen,
Krzysztof Wilczyński, linaro-mm-sig, linux-arm-kernel,
linux-iio, linux-input, linux-media, linux-stm32, linux-usb,
Lopez Casado, L. Vinyard, Jr, Masaki Ota, Maxime Coquelin,
message to, Michael Haboustak, Rushikesh S Kadam,
Srinivas Pandruvada, Sumit Semwal, Uwe Kleine-König,
Vojtech Pavlik, Zhang Lixu
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.
Lee Jones (25):
HID: intel-ish-hid: Remove unused variable 'err'
HID: ishtp-hid-client: Move variable to where it's actually used
HID: intel-ish-hid: pci-ish: Remove unused variable 'ret'
HID: intel-ish: Supply some missing param descriptions
HID: intel-ish: Fix a naming disparity and a formatting error
HID: usbhid: Repair a formatting issue in a struct description
HID: intel-ish-hid: Fix a little doc-rot
HID: usbhid: hid-pidff: Demote a couple kernel-doc abuses
HID: hid-alps: Correct struct misnaming
HID: intel-ish-hid: Fix potential copy/paste error
HID: hid-core: Fix incorrect function name in header
HID: intel-ish-hid: ipc: Correct fw_reset_work_fn() function name in
header
HID: ishtp-hid-client: Fix incorrect function name report_bad_packet()
HID: hid-kye: Fix incorrect function name for kye_tablet_enable()
HID: hid-picolcd_core: Remove unused variable 'ret'
HID: hid-logitech-hidpp: Fix conformant kernel-doc header and demote
abuses
HID: hid-uclogic-rdesc: Kernel-doc is for functions and structs
HID: hid-thrustmaster: Demote a bunch of kernel-doc abuses
HID: hid-uclogic-params: Ensure function names are present and correct
in kernel-doc headers
HID: hid-sensor-custom: Remove unused variable 'ret'
HID: wacom_sys: Demote kernel-doc abuse
HID: hid-sensor-hub: Remove unused struct member 'quirks'
HID: hid-sensor-hub: Move 'hsdev' description to correct struct
definition
HID: intel-ish-hid: ishtp-fw-loader: Fix a bunch of formatting issues
HID: ishtp-hid-client: Fix 'suggest-attribute=format' compiler warning
drivers/hid/hid-alps.c | 2 +-
drivers/hid/hid-core.c | 2 +-
drivers/hid/hid-kye.c | 2 +-
drivers/hid/hid-logitech-hidpp.c | 7 +--
drivers/hid/hid-picolcd_core.c | 5 +--
drivers/hid/hid-sensor-custom.c | 5 +--
drivers/hid/hid-sensor-hub.c | 4 +-
drivers/hid/hid-thrustmaster.c | 24 +++++------
drivers/hid/hid-uclogic-params.c | 8 ++--
drivers/hid/hid-uclogic-rdesc.c | 2 +-
drivers/hid/intel-ish-hid/ipc/ipc.c | 2 +-
drivers/hid/intel-ish-hid/ipc/pci-ish.c | 3 +-
drivers/hid/intel-ish-hid/ishtp-fw-loader.c | 45 ++++++++++----------
drivers/hid/intel-ish-hid/ishtp-hid-client.c | 11 +++--
drivers/hid/intel-ish-hid/ishtp-hid.c | 2 +-
drivers/hid/intel-ish-hid/ishtp-hid.h | 9 +---
drivers/hid/intel-ish-hid/ishtp/bus.c | 9 +++-
drivers/hid/intel-ish-hid/ishtp/client.c | 5 +--
drivers/hid/intel-ish-hid/ishtp/hbm.c | 4 +-
drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h | 4 +-
drivers/hid/usbhid/hid-pidff.c | 4 +-
drivers/hid/usbhid/usbkbd.c | 2 +-
drivers/hid/wacom_sys.c | 2 +-
include/linux/intel-ish-client-if.h | 8 +++-
24 files changed, 90 insertions(+), 81 deletions(-)
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: Anssi Hannula <anssi.hannula@gmail.com>
Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: "Bruno Prémont" <bonbons@linux-vserver.org>
Cc: "Christian König" <christian.koenig@amd.com>
Cc: Daniel Drubin <daniel.drubin@intel.com>
Cc: Dario Pagani <dario.pagani.146+linuxk@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Cc: Henrik Rydberg <rydberg@bitmath.org>
Cc: Jiri Kosina <jikos@kernel.org>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Kai-Heng Feng <kai.heng.feng@canonical.com>
Cc: Kim Kuparinen <kimi.h.kuparinen@gmail.com>
Cc: "Krzysztof Wilczyński" <kw@linux.com>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: linaro-mm-sig@lists.linaro.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-iio@vger.kernel.org
Cc: linux-input@vger.kernel.org
Cc: linux-media@vger.kernel.org
Cc: linux-stm32@st-md-mailman.stormreply.com
Cc: linux-usb@vger.kernel.org
Cc: Lopez Casado <nlopezcasad@logitech.com>
Cc: "L. Vinyard, Jr" <rvinyard@cs.nmsu.edu>
Cc: Masaki Ota <masaki.ota@jp.alps.com>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: message to <vojtech@ucw.cz>
Cc: Michael Haboustak <mike-@cinci.rr.com>
Cc: Rushikesh S Kadam <rushikesh.s.kadam@intel.com>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: "Uwe Kleine-König" <uwe@kleine-koenig.org>
Cc: Vojtech Pavlik <vojtech@suse.cz>
Cc: Zhang Lixu <lixu.zhang@intel.com>
--
2.27.0
^ permalink raw reply [flat|nested] 14+ messages in thread
* [RESEND 00/25] Rid W=1 warnings from HID
2021-03-26 14:34 [RESEND 00/25] Rid W=1 warnings from HID Lee Jones
@ 2021-03-26 14:34 ` Lee Jones
2021-03-26 14:34 ` [PATCH 20/25] HID: hid-sensor-custom: Remove unused variable 'ret' Lee Jones
` (3 subsequent siblings)
4 siblings, 0 replies; 14+ messages in thread
From: Lee Jones @ 2021-03-26 14:34 UTC (permalink / raw)
To: lee.jones
Cc: linux-kernel, Alexandre Torgue, Anssi Hannula, Benjamin Tissoires,
Bruno Prémont, Christian König, Daniel Drubin,
Dario Pagani, dri-devel, Henrik Rydberg, Jiri Kosina,
Jonathan Cameron, Kai-Heng Feng, Kim Kuparinen,
Krzysztof Wilczyński, linaro-mm-sig, linux-arm-kernel,
linux-iio, linux-input, linux-media, linux-stm32, linux-usb,
Lopez Casado, L. Vinyard, Jr, Masaki Ota, Maxime Coquelin,
message to, Michael Haboustak, Rushikesh S Kadam,
Srinivas Pandruvada, Sumit Semwal, Uwe Kleine-König,
Vojtech Pavlik, Zhang Lixu
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.
[RESEND] contains no functional changes. Only 18 of 25 patches
actually made it to the list during the first attempt.
Lee Jones (25):
HID: intel-ish-hid: Remove unused variable 'err'
HID: ishtp-hid-client: Move variable to where it's actually used
HID: intel-ish-hid: pci-ish: Remove unused variable 'ret'
HID: intel-ish: Supply some missing param descriptions
HID: intel-ish: Fix a naming disparity and a formatting error
HID: usbhid: Repair a formatting issue in a struct description
HID: intel-ish-hid: Fix a little doc-rot
HID: usbhid: hid-pidff: Demote a couple kernel-doc abuses
HID: hid-alps: Correct struct misnaming
HID: intel-ish-hid: Fix potential copy/paste error
HID: hid-core: Fix incorrect function name in header
HID: intel-ish-hid: ipc: Correct fw_reset_work_fn() function name in
header
HID: ishtp-hid-client: Fix incorrect function name report_bad_packet()
HID: hid-kye: Fix incorrect function name for kye_tablet_enable()
HID: hid-picolcd_core: Remove unused variable 'ret'
HID: hid-logitech-hidpp: Fix conformant kernel-doc header and demote
abuses
HID: hid-uclogic-rdesc: Kernel-doc is for functions and structs
HID: hid-thrustmaster: Demote a bunch of kernel-doc abuses
HID: hid-uclogic-params: Ensure function names are present and correct
in kernel-doc headers
HID: hid-sensor-custom: Remove unused variable 'ret'
HID: wacom_sys: Demote kernel-doc abuse
HID: hid-sensor-hub: Remove unused struct member 'quirks'
HID: hid-sensor-hub: Move 'hsdev' description to correct struct
definition
HID: intel-ish-hid: ishtp-fw-loader: Fix a bunch of formatting issues
HID: ishtp-hid-client: Fix 'suggest-attribute=format' compiler warning
drivers/hid/hid-alps.c | 2 +-
drivers/hid/hid-core.c | 2 +-
drivers/hid/hid-kye.c | 2 +-
drivers/hid/hid-logitech-hidpp.c | 7 +--
drivers/hid/hid-picolcd_core.c | 5 +--
drivers/hid/hid-sensor-custom.c | 5 +--
drivers/hid/hid-sensor-hub.c | 4 +-
drivers/hid/hid-thrustmaster.c | 24 +++++------
drivers/hid/hid-uclogic-params.c | 8 ++--
drivers/hid/hid-uclogic-rdesc.c | 2 +-
drivers/hid/intel-ish-hid/ipc/ipc.c | 2 +-
drivers/hid/intel-ish-hid/ipc/pci-ish.c | 3 +-
drivers/hid/intel-ish-hid/ishtp-fw-loader.c | 45 ++++++++++----------
drivers/hid/intel-ish-hid/ishtp-hid-client.c | 11 +++--
drivers/hid/intel-ish-hid/ishtp-hid.c | 2 +-
drivers/hid/intel-ish-hid/ishtp-hid.h | 9 +---
drivers/hid/intel-ish-hid/ishtp/bus.c | 9 +++-
drivers/hid/intel-ish-hid/ishtp/client.c | 5 +--
drivers/hid/intel-ish-hid/ishtp/hbm.c | 4 +-
drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h | 4 +-
drivers/hid/usbhid/hid-pidff.c | 4 +-
drivers/hid/usbhid/usbkbd.c | 2 +-
drivers/hid/wacom_sys.c | 2 +-
include/linux/intel-ish-client-if.h | 8 +++-
24 files changed, 90 insertions(+), 81 deletions(-)
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: Anssi Hannula <anssi.hannula@gmail.com>
Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: "Bruno Prémont" <bonbons@linux-vserver.org>
Cc: "Christian König" <christian.koenig@amd.com>
Cc: Daniel Drubin <daniel.drubin@intel.com>
Cc: Dario Pagani <dario.pagani.146+linuxk@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Cc: Henrik Rydberg <rydberg@bitmath.org>
Cc: Jiri Kosina <jikos@kernel.org>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Kai-Heng Feng <kai.heng.feng@canonical.com>
Cc: Kim Kuparinen <kimi.h.kuparinen@gmail.com>
Cc: "Krzysztof Wilczyński" <kw@linux.com>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: linaro-mm-sig@lists.linaro.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-iio@vger.kernel.org
Cc: linux-input@vger.kernel.org
Cc: linux-media@vger.kernel.org
Cc: linux-stm32@st-md-mailman.stormreply.com
Cc: linux-usb@vger.kernel.org
Cc: Lopez Casado <nlopezcasad@logitech.com>
Cc: "L. Vinyard, Jr" <rvinyard@cs.nmsu.edu>
Cc: Masaki Ota <masaki.ota@jp.alps.com>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: message to <vojtech@ucw.cz>
Cc: Michael Haboustak <mike-@cinci.rr.com>
Cc: Rushikesh S Kadam <rushikesh.s.kadam@intel.com>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: "Uwe Kleine-König" <uwe@kleine-koenig.org>
Cc: Vojtech Pavlik <vojtech@suse.cz>
Cc: Zhang Lixu <lixu.zhang@intel.com>
--
2.27.0
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 20/25] HID: hid-sensor-custom: Remove unused variable 'ret'
2021-03-26 14:34 [RESEND 00/25] Rid W=1 warnings from HID Lee Jones
2021-03-26 14:34 ` Lee Jones
@ 2021-03-26 14:34 ` Lee Jones
2021-03-29 11:26 ` Jonathan Cameron
2021-03-26 14:34 ` [PATCH 22/25] HID: hid-sensor-hub: Remove unused struct member 'quirks' Lee Jones
` (2 subsequent siblings)
4 siblings, 1 reply; 14+ messages in thread
From: Lee Jones @ 2021-03-26 14:34 UTC (permalink / raw)
To: lee.jones
Cc: linux-kernel, Jiri Kosina, Jonathan Cameron, Srinivas Pandruvada,
Benjamin Tissoires, linux-input, linux-iio
Fixes the following W=1 kernel build warning(s):
drivers/hid/hid-sensor-custom.c: In function ‘store_value’:
drivers/hid/hid-sensor-custom.c:400:7: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
Cc: Jiri Kosina <jikos@kernel.org>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: linux-input@vger.kernel.org
Cc: linux-iio@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
drivers/hid/hid-sensor-custom.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/hid/hid-sensor-custom.c b/drivers/hid/hid-sensor-custom.c
index 2628bc53ed809..2e6662173a79c 100644
--- a/drivers/hid/hid-sensor-custom.c
+++ b/drivers/hid/hid-sensor-custom.c
@@ -397,15 +397,14 @@ static ssize_t store_value(struct device *dev, struct device_attribute *attr,
if (!strncmp(name, "value", strlen("value"))) {
u32 report_id;
- int ret;
if (kstrtoint(buf, 0, &value) != 0)
return -EINVAL;
report_id = sensor_inst->fields[field_index].attribute.
report_id;
- ret = sensor_hub_set_feature(sensor_inst->hsdev, report_id,
- index, sizeof(value), &value);
+ sensor_hub_set_feature(sensor_inst->hsdev, report_id,
+ index, sizeof(value), &value);
} else
return -EINVAL;
--
2.27.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 22/25] HID: hid-sensor-hub: Remove unused struct member 'quirks'
2021-03-26 14:34 [RESEND 00/25] Rid W=1 warnings from HID Lee Jones
2021-03-26 14:34 ` Lee Jones
2021-03-26 14:34 ` [PATCH 20/25] HID: hid-sensor-custom: Remove unused variable 'ret' Lee Jones
@ 2021-03-26 14:34 ` Lee Jones
2021-03-29 11:27 ` Jonathan Cameron
2021-03-26 14:34 ` [PATCH 23/25] HID: hid-sensor-hub: Move 'hsdev' description to correct struct definition Lee Jones
2021-04-06 8:56 ` [RESEND 00/25] Rid W=1 warnings from HID Lee Jones
4 siblings, 1 reply; 14+ messages in thread
From: Lee Jones @ 2021-03-26 14:34 UTC (permalink / raw)
To: lee.jones
Cc: linux-kernel, Jiri Kosina, Jonathan Cameron, Srinivas Pandruvada,
Benjamin Tissoires, linux-input, linux-iio
Commit b0f847e16c1ea ("HID: hid-sensor-hub: Force logical minimum to 1
for power and report state") removed the last used quirk handled by
this driver.
Fixes the following W=1 kernel build warning(s):
drivers/hid/hid-sensor-hub.c:39: warning: Function parameter or member 'quirks' not described in 'sensor_hub_data'
Cc: Jiri Kosina <jikos@kernel.org>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: linux-input@vger.kernel.org
Cc: linux-iio@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
drivers/hid/hid-sensor-hub.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/hid/hid-sensor-hub.c b/drivers/hid/hid-sensor-hub.c
index 3dd7d32467378..36b6852f75dd5 100644
--- a/drivers/hid/hid-sensor-hub.c
+++ b/drivers/hid/hid-sensor-hub.c
@@ -34,7 +34,6 @@ struct sensor_hub_data {
spinlock_t dyn_callback_lock;
struct mfd_cell *hid_sensor_hub_client_devs;
int hid_sensor_client_cnt;
- unsigned long quirks;
int ref_cnt;
};
@@ -615,7 +614,6 @@ static int sensor_hub_probe(struct hid_device *hdev,
}
hid_set_drvdata(hdev, sd);
- sd->quirks = id->driver_data;
spin_lock_init(&sd->lock);
spin_lock_init(&sd->dyn_callback_lock);
--
2.27.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 23/25] HID: hid-sensor-hub: Move 'hsdev' description to correct struct definition
2021-03-26 14:34 [RESEND 00/25] Rid W=1 warnings from HID Lee Jones
` (2 preceding siblings ...)
2021-03-26 14:34 ` [PATCH 22/25] HID: hid-sensor-hub: Remove unused struct member 'quirks' Lee Jones
@ 2021-03-26 14:34 ` Lee Jones
2021-03-29 11:30 ` Jonathan Cameron
2021-04-06 8:56 ` [RESEND 00/25] Rid W=1 warnings from HID Lee Jones
4 siblings, 1 reply; 14+ messages in thread
From: Lee Jones @ 2021-03-26 14:34 UTC (permalink / raw)
To: lee.jones
Cc: linux-kernel, Jiri Kosina, Jonathan Cameron, Srinivas Pandruvada,
Benjamin Tissoires, linux-input, linux-iio
Fixes the following W=1 kernel build warning(s):
drivers/hid/hid-sensor-hub.c:54: warning: Function parameter or member 'hsdev' not described in 'hid_sensor_hub_callbacks_list'
Cc: Jiri Kosina <jikos@kernel.org>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: linux-input@vger.kernel.org
Cc: linux-iio@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
drivers/hid/hid-sensor-hub.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hid/hid-sensor-hub.c b/drivers/hid/hid-sensor-hub.c
index 36b6852f75dd5..95cf88f3bafb9 100644
--- a/drivers/hid/hid-sensor-hub.c
+++ b/drivers/hid/hid-sensor-hub.c
@@ -18,7 +18,6 @@
/**
* struct sensor_hub_data - Hold a instance data for a HID hub device
- * @hsdev: Stored hid instance for current hub device.
* @mutex: Mutex to serialize synchronous request.
* @lock: Spin lock to protect pending request structure.
* @dyn_callback_list: Holds callback function
@@ -41,6 +40,7 @@ struct sensor_hub_data {
* struct hid_sensor_hub_callbacks_list - Stores callback list
* @list: list head.
* @usage_id: usage id for a physical device.
+ * @hsdev: Stored hid instance for current hub device.
* @usage_callback: Stores registered callback functions.
* @priv: Private data for a physical device.
*/
--
2.27.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [PATCH 20/25] HID: hid-sensor-custom: Remove unused variable 'ret'
2021-03-26 14:34 ` [PATCH 20/25] HID: hid-sensor-custom: Remove unused variable 'ret' Lee Jones
@ 2021-03-29 11:26 ` Jonathan Cameron
0 siblings, 0 replies; 14+ messages in thread
From: Jonathan Cameron @ 2021-03-29 11:26 UTC (permalink / raw)
To: Lee Jones
Cc: linux-kernel, Jiri Kosina, Srinivas Pandruvada,
Benjamin Tissoires, linux-input, linux-iio
On Fri, 26 Mar 2021 14:34:53 +0000
Lee Jones <lee.jones@linaro.org> wrote:
> Fixes the following W=1 kernel build warning(s):
>
> drivers/hid/hid-sensor-custom.c: In function ‘store_value’:
> drivers/hid/hid-sensor-custom.c:400:7: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
>
> Cc: Jiri Kosina <jikos@kernel.org>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
> Cc: linux-input@vger.kernel.org
> Cc: linux-iio@vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> ---
> drivers/hid/hid-sensor-custom.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/hid/hid-sensor-custom.c b/drivers/hid/hid-sensor-custom.c
> index 2628bc53ed809..2e6662173a79c 100644
> --- a/drivers/hid/hid-sensor-custom.c
> +++ b/drivers/hid/hid-sensor-custom.c
> @@ -397,15 +397,14 @@ static ssize_t store_value(struct device *dev, struct device_attribute *attr,
>
> if (!strncmp(name, "value", strlen("value"))) {
> u32 report_id;
> - int ret;
>
> if (kstrtoint(buf, 0, &value) != 0)
> return -EINVAL;
>
> report_id = sensor_inst->fields[field_index].attribute.
> report_id;
> - ret = sensor_hub_set_feature(sensor_inst->hsdev, report_id,
> - index, sizeof(value), &value);
> + sensor_hub_set_feature(sensor_inst->hsdev, report_id,
> + index, sizeof(value), &value);
> } else
> return -EINVAL;
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 22/25] HID: hid-sensor-hub: Remove unused struct member 'quirks'
2021-03-26 14:34 ` [PATCH 22/25] HID: hid-sensor-hub: Remove unused struct member 'quirks' Lee Jones
@ 2021-03-29 11:27 ` Jonathan Cameron
0 siblings, 0 replies; 14+ messages in thread
From: Jonathan Cameron @ 2021-03-29 11:27 UTC (permalink / raw)
To: Lee Jones
Cc: linux-kernel, Jiri Kosina, Srinivas Pandruvada,
Benjamin Tissoires, linux-input, linux-iio
On Fri, 26 Mar 2021 14:34:55 +0000
Lee Jones <lee.jones@linaro.org> wrote:
> Commit b0f847e16c1ea ("HID: hid-sensor-hub: Force logical minimum to 1
> for power and report state") removed the last used quirk handled by
> this driver.
>
> Fixes the following W=1 kernel build warning(s):
>
> drivers/hid/hid-sensor-hub.c:39: warning: Function parameter or member 'quirks' not described in 'sensor_hub_data'
>
> Cc: Jiri Kosina <jikos@kernel.org>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
> Cc: linux-input@vger.kernel.org
> Cc: linux-iio@vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> ---
> drivers/hid/hid-sensor-hub.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/hid/hid-sensor-hub.c b/drivers/hid/hid-sensor-hub.c
> index 3dd7d32467378..36b6852f75dd5 100644
> --- a/drivers/hid/hid-sensor-hub.c
> +++ b/drivers/hid/hid-sensor-hub.c
> @@ -34,7 +34,6 @@ struct sensor_hub_data {
> spinlock_t dyn_callback_lock;
> struct mfd_cell *hid_sensor_hub_client_devs;
> int hid_sensor_client_cnt;
> - unsigned long quirks;
> int ref_cnt;
> };
>
> @@ -615,7 +614,6 @@ static int sensor_hub_probe(struct hid_device *hdev,
> }
>
> hid_set_drvdata(hdev, sd);
> - sd->quirks = id->driver_data;
>
> spin_lock_init(&sd->lock);
> spin_lock_init(&sd->dyn_callback_lock);
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 23/25] HID: hid-sensor-hub: Move 'hsdev' description to correct struct definition
2021-03-26 14:34 ` [PATCH 23/25] HID: hid-sensor-hub: Move 'hsdev' description to correct struct definition Lee Jones
@ 2021-03-29 11:30 ` Jonathan Cameron
2021-03-29 13:00 ` Lee Jones
0 siblings, 1 reply; 14+ messages in thread
From: Jonathan Cameron @ 2021-03-29 11:30 UTC (permalink / raw)
To: Lee Jones
Cc: linux-kernel, Jiri Kosina, Srinivas Pandruvada,
Benjamin Tissoires, linux-input, linux-iio
On Fri, 26 Mar 2021 14:34:56 +0000
Lee Jones <lee.jones@linaro.org> wrote:
> Fixes the following W=1 kernel build warning(s):
>
> drivers/hid/hid-sensor-hub.c:54: warning: Function parameter or member 'hsdev' not described in 'hid_sensor_hub_callbacks_list'
>
Perhaps nice to mention that this was a result of
ca2ed12f163b ("HID: hid-sensor-hub: Processing for duplicate physical ids")
> Cc: Jiri Kosina <jikos@kernel.org>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
> Cc: linux-input@vger.kernel.org
> Cc: linux-iio@vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> ---
> drivers/hid/hid-sensor-hub.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/hid/hid-sensor-hub.c b/drivers/hid/hid-sensor-hub.c
> index 36b6852f75dd5..95cf88f3bafb9 100644
> --- a/drivers/hid/hid-sensor-hub.c
> +++ b/drivers/hid/hid-sensor-hub.c
> @@ -18,7 +18,6 @@
>
> /**
> * struct sensor_hub_data - Hold a instance data for a HID hub device
> - * @hsdev: Stored hid instance for current hub device.
> * @mutex: Mutex to serialize synchronous request.
> * @lock: Spin lock to protect pending request structure.
> * @dyn_callback_list: Holds callback function
> @@ -41,6 +40,7 @@ struct sensor_hub_data {
> * struct hid_sensor_hub_callbacks_list - Stores callback list
> * @list: list head.
> * @usage_id: usage id for a physical device.
> + * @hsdev: Stored hid instance for current hub device.
> * @usage_callback: Stores registered callback functions.
> * @priv: Private data for a physical device.
> */
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 23/25] HID: hid-sensor-hub: Move 'hsdev' description to correct struct definition
2021-03-29 11:30 ` Jonathan Cameron
@ 2021-03-29 13:00 ` Lee Jones
2021-03-29 15:22 ` Jonathan Cameron
0 siblings, 1 reply; 14+ messages in thread
From: Lee Jones @ 2021-03-29 13:00 UTC (permalink / raw)
To: Jonathan Cameron
Cc: linux-kernel, Jiri Kosina, Srinivas Pandruvada,
Benjamin Tissoires, linux-input, linux-iio
On Mon, 29 Mar 2021, Jonathan Cameron wrote:
> On Fri, 26 Mar 2021 14:34:56 +0000
> Lee Jones <lee.jones@linaro.org> wrote:
>
> > Fixes the following W=1 kernel build warning(s):
> >
> > drivers/hid/hid-sensor-hub.c:54: warning: Function parameter or member 'hsdev' not described in 'hid_sensor_hub_callbacks_list'
> >
>
> Perhaps nice to mention that this was a result of
>
> ca2ed12f163b ("HID: hid-sensor-hub: Processing for duplicate physical ids")
I only tend to do that for Fixes: tags, but Greg has made it clear
that these patches are not suitable for stable.
> > Cc: Jiri Kosina <jikos@kernel.org>
> > Cc: Jonathan Cameron <jic23@kernel.org>
> > Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> > Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
> > Cc: linux-input@vger.kernel.org
> > Cc: linux-iio@vger.kernel.org
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Thanks dude, much appreciated.
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 23/25] HID: hid-sensor-hub: Move 'hsdev' description to correct struct definition
2021-03-29 13:00 ` Lee Jones
@ 2021-03-29 15:22 ` Jonathan Cameron
0 siblings, 0 replies; 14+ messages in thread
From: Jonathan Cameron @ 2021-03-29 15:22 UTC (permalink / raw)
To: Lee Jones
Cc: linux-kernel, Jiri Kosina, Srinivas Pandruvada,
Benjamin Tissoires, linux-input, linux-iio
On Mon, 29 Mar 2021 14:00:07 +0100
Lee Jones <lee.jones@linaro.org> wrote:
> On Mon, 29 Mar 2021, Jonathan Cameron wrote:
>
> > On Fri, 26 Mar 2021 14:34:56 +0000
> > Lee Jones <lee.jones@linaro.org> wrote:
> >
> > > Fixes the following W=1 kernel build warning(s):
> > >
> > > drivers/hid/hid-sensor-hub.c:54: warning: Function parameter or member 'hsdev' not described in 'hid_sensor_hub_callbacks_list'
> > >
> >
> > Perhaps nice to mention that this was a result of
> >
> > ca2ed12f163b ("HID: hid-sensor-hub: Processing for duplicate physical ids")
>
> I only tend to do that for Fixes: tags, but Greg has made it clear
> that these patches are not suitable for stable.
Ok, I was deliberately not including Fixes for that reason, but
I guess some other script might moan if we do that :)
>
> > > Cc: Jiri Kosina <jikos@kernel.org>
> > > Cc: Jonathan Cameron <jic23@kernel.org>
> > > Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> > > Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
> > > Cc: linux-input@vger.kernel.org
> > > Cc: linux-iio@vger.kernel.org
> > > Signed-off-by: Lee Jones <lee.jones@linaro.org>
>
> > Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
>
> Thanks dude, much appreciated.
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [RESEND 00/25] Rid W=1 warnings from HID
2021-03-26 14:34 [RESEND 00/25] Rid W=1 warnings from HID Lee Jones
` (3 preceding siblings ...)
2021-03-26 14:34 ` [PATCH 23/25] HID: hid-sensor-hub: Move 'hsdev' description to correct struct definition Lee Jones
@ 2021-04-06 8:56 ` Lee Jones
2021-04-07 16:09 ` Benjamin Tissoires
4 siblings, 1 reply; 14+ messages in thread
From: Lee Jones @ 2021-04-06 8:56 UTC (permalink / raw)
To: linux-kernel, Alexandre Torgue, Anssi Hannula, Benjamin Tissoires,
Bruno Prémont, Christian König, Daniel Drubin,
Dario Pagani, dri-devel, Henrik Rydberg, Jiri Kosina,
Jonathan Cameron, Kai-Heng Feng, Kim Kuparinen,
Krzysztof Wilczyński, linaro-mm-sig, linux-arm-kernel,
linux-iio, linux-input, linux-media, linux-stm32, linux-usb,
Lopez Casado, L. Vinyard, Jr, Masaki Ota, Maxime Coquelin,
message to, Michael Haboustak, Rushikesh S Kadam,
Srinivas Pandruvada, Sumit Semwal, Uwe Kleine-König,
Vojtech Pavlik, Zhang Lixu
On Fri, 26 Mar 2021, Lee Jones wrote:
> 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.
>
> Lee Jones (25):
> HID: intel-ish-hid: Remove unused variable 'err'
> HID: ishtp-hid-client: Move variable to where it's actually used
> HID: intel-ish-hid: pci-ish: Remove unused variable 'ret'
> HID: intel-ish: Supply some missing param descriptions
> HID: intel-ish: Fix a naming disparity and a formatting error
> HID: usbhid: Repair a formatting issue in a struct description
> HID: intel-ish-hid: Fix a little doc-rot
> HID: usbhid: hid-pidff: Demote a couple kernel-doc abuses
> HID: hid-alps: Correct struct misnaming
> HID: intel-ish-hid: Fix potential copy/paste error
> HID: hid-core: Fix incorrect function name in header
> HID: intel-ish-hid: ipc: Correct fw_reset_work_fn() function name in
> header
> HID: ishtp-hid-client: Fix incorrect function name report_bad_packet()
> HID: hid-kye: Fix incorrect function name for kye_tablet_enable()
> HID: hid-picolcd_core: Remove unused variable 'ret'
> HID: hid-logitech-hidpp: Fix conformant kernel-doc header and demote
> abuses
> HID: hid-uclogic-rdesc: Kernel-doc is for functions and structs
> HID: hid-thrustmaster: Demote a bunch of kernel-doc abuses
> HID: hid-uclogic-params: Ensure function names are present and correct
> in kernel-doc headers
> HID: hid-sensor-custom: Remove unused variable 'ret'
> HID: wacom_sys: Demote kernel-doc abuse
> HID: hid-sensor-hub: Remove unused struct member 'quirks'
> HID: hid-sensor-hub: Move 'hsdev' description to correct struct
> definition
> HID: intel-ish-hid: ishtp-fw-loader: Fix a bunch of formatting issues
> HID: ishtp-hid-client: Fix 'suggest-attribute=format' compiler warning
These have been on the list for a couple of weeks now.
Is there anything I can do to help expedite their merge?
I'm concerned since -rc6 has just been released.
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [RESEND 00/25] Rid W=1 warnings from HID
2021-04-06 8:56 ` [RESEND 00/25] Rid W=1 warnings from HID Lee Jones
@ 2021-04-07 16:09 ` Benjamin Tissoires
2021-04-08 7:06 ` Lee Jones
0 siblings, 1 reply; 14+ messages in thread
From: Benjamin Tissoires @ 2021-04-07 16:09 UTC (permalink / raw)
To: Lee Jones
Cc: lkml, Alexandre Torgue, Anssi Hannula, Bruno Prémont,
Christian König, Daniel Drubin, Dario Pagani, dri-devel,
Henrik Rydberg, Jiri Kosina, Jonathan Cameron, Kai-Heng Feng,
Kim Kuparinen, Krzysztof Wilczyński, linaro-mm-sig,
Linux ARM, linux-iio, open list:HID CORE LAYER, linux-media,
linux-stm32, Linux USB Mailing List, Lopez Casado, L. Vinyard, Jr,
Masaki Ota, Maxime Coquelin, message to, Michael Haboustak,
Rushikesh S Kadam, Srinivas Pandruvada, Sumit Semwal,
Uwe Kleine-König, Vojtech Pavlik, Zhang Lixu
On Tue, Apr 6, 2021 at 10:56 AM Lee Jones <lee.jones@linaro.org> wrote:
>
> On Fri, 26 Mar 2021, Lee Jones wrote:
>
> > 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.
> >
> > Lee Jones (25):
> > HID: intel-ish-hid: Remove unused variable 'err'
> > HID: ishtp-hid-client: Move variable to where it's actually used
> > HID: intel-ish-hid: pci-ish: Remove unused variable 'ret'
> > HID: intel-ish: Supply some missing param descriptions
> > HID: intel-ish: Fix a naming disparity and a formatting error
> > HID: usbhid: Repair a formatting issue in a struct description
> > HID: intel-ish-hid: Fix a little doc-rot
> > HID: usbhid: hid-pidff: Demote a couple kernel-doc abuses
> > HID: hid-alps: Correct struct misnaming
> > HID: intel-ish-hid: Fix potential copy/paste error
> > HID: hid-core: Fix incorrect function name in header
> > HID: intel-ish-hid: ipc: Correct fw_reset_work_fn() function name in
> > header
> > HID: ishtp-hid-client: Fix incorrect function name report_bad_packet()
> > HID: hid-kye: Fix incorrect function name for kye_tablet_enable()
> > HID: hid-picolcd_core: Remove unused variable 'ret'
> > HID: hid-logitech-hidpp: Fix conformant kernel-doc header and demote
> > abuses
> > HID: hid-uclogic-rdesc: Kernel-doc is for functions and structs
> > HID: hid-thrustmaster: Demote a bunch of kernel-doc abuses
> > HID: hid-uclogic-params: Ensure function names are present and correct
> > in kernel-doc headers
> > HID: hid-sensor-custom: Remove unused variable 'ret'
> > HID: wacom_sys: Demote kernel-doc abuse
> > HID: hid-sensor-hub: Remove unused struct member 'quirks'
> > HID: hid-sensor-hub: Move 'hsdev' description to correct struct
> > definition
> > HID: intel-ish-hid: ishtp-fw-loader: Fix a bunch of formatting issues
> > HID: ishtp-hid-client: Fix 'suggest-attribute=format' compiler warning
>
> These have been on the list for a couple of weeks now.
>
> Is there anything I can do to help expedite their merge?
>
> I'm concerned since -rc6 has just been released.
Sorry for the delay.
I am currently queuing them locally and running a few tests on them. I
don't expect anything to happen, but better be safe than anything.
FWIW, I am splitting the series in 3:
- 11 patches for intel ish are going to be queued in for-5.13/intel-ish
- the thrustmaster one in for-5.13/thrustmaster
- the rest (13 patches) will be sent in for-5.13/warnings.
Cheers,
Benjamin
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [RESEND 00/25] Rid W=1 warnings from HID
2021-04-07 16:09 ` Benjamin Tissoires
@ 2021-04-08 7:06 ` Lee Jones
2021-04-08 11:43 ` Benjamin Tissoires
0 siblings, 1 reply; 14+ messages in thread
From: Lee Jones @ 2021-04-08 7:06 UTC (permalink / raw)
To: Benjamin Tissoires
Cc: lkml, Alexandre Torgue, Anssi Hannula, Bruno Prémont,
Christian König, Daniel Drubin, Dario Pagani, dri-devel,
Henrik Rydberg, Jiri Kosina, Jonathan Cameron, Kai-Heng Feng,
Kim Kuparinen, Krzysztof Wilczyński, linaro-mm-sig,
Linux ARM, linux-iio, open list:HID CORE LAYER, linux-media,
linux-stm32, Linux USB Mailing List, Lopez Casado, L. Vinyard, Jr,
Masaki Ota, Maxime Coquelin, message to, Michael Haboustak,
Rushikesh S Kadam, Srinivas Pandruvada, Sumit Semwal,
Uwe Kleine-König, Vojtech Pavlik, Zhang Lixu
On Wed, 07 Apr 2021, Benjamin Tissoires wrote:
> On Tue, Apr 6, 2021 at 10:56 AM Lee Jones <lee.jones@linaro.org> wrote:
> >
> > On Fri, 26 Mar 2021, Lee Jones wrote:
> >
> > > 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.
> > >
> > > Lee Jones (25):
> > > HID: intel-ish-hid: Remove unused variable 'err'
> > > HID: ishtp-hid-client: Move variable to where it's actually used
> > > HID: intel-ish-hid: pci-ish: Remove unused variable 'ret'
> > > HID: intel-ish: Supply some missing param descriptions
> > > HID: intel-ish: Fix a naming disparity and a formatting error
> > > HID: usbhid: Repair a formatting issue in a struct description
> > > HID: intel-ish-hid: Fix a little doc-rot
> > > HID: usbhid: hid-pidff: Demote a couple kernel-doc abuses
> > > HID: hid-alps: Correct struct misnaming
> > > HID: intel-ish-hid: Fix potential copy/paste error
> > > HID: hid-core: Fix incorrect function name in header
> > > HID: intel-ish-hid: ipc: Correct fw_reset_work_fn() function name in
> > > header
> > > HID: ishtp-hid-client: Fix incorrect function name report_bad_packet()
> > > HID: hid-kye: Fix incorrect function name for kye_tablet_enable()
> > > HID: hid-picolcd_core: Remove unused variable 'ret'
> > > HID: hid-logitech-hidpp: Fix conformant kernel-doc header and demote
> > > abuses
> > > HID: hid-uclogic-rdesc: Kernel-doc is for functions and structs
> > > HID: hid-thrustmaster: Demote a bunch of kernel-doc abuses
> > > HID: hid-uclogic-params: Ensure function names are present and correct
> > > in kernel-doc headers
> > > HID: hid-sensor-custom: Remove unused variable 'ret'
> > > HID: wacom_sys: Demote kernel-doc abuse
> > > HID: hid-sensor-hub: Remove unused struct member 'quirks'
> > > HID: hid-sensor-hub: Move 'hsdev' description to correct struct
> > > definition
> > > HID: intel-ish-hid: ishtp-fw-loader: Fix a bunch of formatting issues
> > > HID: ishtp-hid-client: Fix 'suggest-attribute=format' compiler warning
> >
> > These have been on the list for a couple of weeks now.
> >
> > Is there anything I can do to help expedite their merge?
> >
> > I'm concerned since -rc6 has just been released.
>
> Sorry for the delay.
>
> I am currently queuing them locally and running a few tests on them. I
> don't expect anything to happen, but better be safe than anything.
>
> FWIW, I am splitting the series in 3:
> - 11 patches for intel ish are going to be queued in for-5.13/intel-ish
> - the thrustmaster one in for-5.13/thrustmaster
> - the rest (13 patches) will be sent in for-5.13/warnings.
Sounds good to me. Thanks Benjamin.
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [RESEND 00/25] Rid W=1 warnings from HID
2021-04-08 7:06 ` Lee Jones
@ 2021-04-08 11:43 ` Benjamin Tissoires
0 siblings, 0 replies; 14+ messages in thread
From: Benjamin Tissoires @ 2021-04-08 11:43 UTC (permalink / raw)
To: Lee Jones
Cc: lkml, Alexandre Torgue, Anssi Hannula, Bruno Prémont,
Christian König, Daniel Drubin, Dario Pagani, dri-devel,
Henrik Rydberg, Jiri Kosina, Jonathan Cameron, Kai-Heng Feng,
Kim Kuparinen, Krzysztof Wilczyński, linaro-mm-sig,
Linux ARM, linux-iio, open list:HID CORE LAYER, linux-media,
linux-stm32, Linux USB Mailing List, Lopez Casado, L. Vinyard, Jr,
Masaki Ota, Maxime Coquelin, message to, Michael Haboustak,
Rushikesh S Kadam, Srinivas Pandruvada, Sumit Semwal,
Uwe Kleine-König, Vojtech Pavlik, Zhang Lixu
On Thu, Apr 8, 2021 at 9:06 AM Lee Jones <lee.jones@linaro.org> wrote:
>
> On Wed, 07 Apr 2021, Benjamin Tissoires wrote:
>
> > On Tue, Apr 6, 2021 at 10:56 AM Lee Jones <lee.jones@linaro.org> wrote:
> > >
> > > On Fri, 26 Mar 2021, Lee Jones wrote:
> > >
> > > > 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.
> > > >
> > > > Lee Jones (25):
> > > > HID: intel-ish-hid: Remove unused variable 'err'
> > > > HID: ishtp-hid-client: Move variable to where it's actually used
> > > > HID: intel-ish-hid: pci-ish: Remove unused variable 'ret'
> > > > HID: intel-ish: Supply some missing param descriptions
> > > > HID: intel-ish: Fix a naming disparity and a formatting error
> > > > HID: usbhid: Repair a formatting issue in a struct description
> > > > HID: intel-ish-hid: Fix a little doc-rot
> > > > HID: usbhid: hid-pidff: Demote a couple kernel-doc abuses
> > > > HID: hid-alps: Correct struct misnaming
> > > > HID: intel-ish-hid: Fix potential copy/paste error
> > > > HID: hid-core: Fix incorrect function name in header
> > > > HID: intel-ish-hid: ipc: Correct fw_reset_work_fn() function name in
> > > > header
> > > > HID: ishtp-hid-client: Fix incorrect function name report_bad_packet()
> > > > HID: hid-kye: Fix incorrect function name for kye_tablet_enable()
> > > > HID: hid-picolcd_core: Remove unused variable 'ret'
> > > > HID: hid-logitech-hidpp: Fix conformant kernel-doc header and demote
> > > > abuses
> > > > HID: hid-uclogic-rdesc: Kernel-doc is for functions and structs
> > > > HID: hid-thrustmaster: Demote a bunch of kernel-doc abuses
> > > > HID: hid-uclogic-params: Ensure function names are present and correct
> > > > in kernel-doc headers
> > > > HID: hid-sensor-custom: Remove unused variable 'ret'
> > > > HID: wacom_sys: Demote kernel-doc abuse
> > > > HID: hid-sensor-hub: Remove unused struct member 'quirks'
> > > > HID: hid-sensor-hub: Move 'hsdev' description to correct struct
> > > > definition
> > > > HID: intel-ish-hid: ishtp-fw-loader: Fix a bunch of formatting issues
> > > > HID: ishtp-hid-client: Fix 'suggest-attribute=format' compiler warning
> > >
> > > These have been on the list for a couple of weeks now.
> > >
> > > Is there anything I can do to help expedite their merge?
> > >
> > > I'm concerned since -rc6 has just been released.
> >
> > Sorry for the delay.
> >
> > I am currently queuing them locally and running a few tests on them. I
> > don't expect anything to happen, but better be safe than anything.
> >
> > FWIW, I am splitting the series in 3:
> > - 11 patches for intel ish are going to be queued in for-5.13/intel-ish
> > - the thrustmaster one in for-5.13/thrustmaster
> > - the rest (13 patches) will be sent in for-5.13/warnings.
>
> Sounds good to me. Thanks Benjamin.
>
After a few attempts at fixing my CI, I have now pushed this series as
mentioned previously.
Cheers,
Benjamin
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2021-04-08 11:44 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-26 14:34 [RESEND 00/25] Rid W=1 warnings from HID Lee Jones
2021-03-26 14:34 ` Lee Jones
2021-03-26 14:34 ` [PATCH 20/25] HID: hid-sensor-custom: Remove unused variable 'ret' Lee Jones
2021-03-29 11:26 ` Jonathan Cameron
2021-03-26 14:34 ` [PATCH 22/25] HID: hid-sensor-hub: Remove unused struct member 'quirks' Lee Jones
2021-03-29 11:27 ` Jonathan Cameron
2021-03-26 14:34 ` [PATCH 23/25] HID: hid-sensor-hub: Move 'hsdev' description to correct struct definition Lee Jones
2021-03-29 11:30 ` Jonathan Cameron
2021-03-29 13:00 ` Lee Jones
2021-03-29 15:22 ` Jonathan Cameron
2021-04-06 8:56 ` [RESEND 00/25] Rid W=1 warnings from HID Lee Jones
2021-04-07 16:09 ` Benjamin Tissoires
2021-04-08 7:06 ` Lee Jones
2021-04-08 11:43 ` Benjamin Tissoires
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).