From: Pan Chuang <panchuang@vivo.com>
To: even.xu@intel.com
Cc: abhishektamboli9@gmail.com, bentiss@kernel.org,
d3z.the.dev@gmail.com, jikos@kernel.org,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
panchuang@vivo.com, sakari.ailus@linux.intel.com,
xinpeng.sun@intel.com
Subject: Re: [PATCH 4/4] HID: Intel-thc-hid: Intel-quickspi: Remove redundant dev_err()
Date: Wed, 15 Jul 2026 14:34:06 +0800 [thread overview]
Message-ID: <20260715063406.476663-1-panchuang@vivo.com> (raw)
In-Reply-To: <IA1PR11MB60987170F254F4152C1F7C95F4F92@IA1PR11MB6098.namprd11.prod.outlook.com>
On 2026/7/14 8:50, Xu, Even wrote:
> Thanks for the patch!
>
> If this is the case, can you also do the same change for intel-quicki2c driver?
>
> Best Regards,
> Even Xu
>
>> -----Original Message-----
>> From: Pan Chuang <panchuang@vivo.com>
>> Sent: Monday, July 13, 2026 9:25 PM
>> To: Xu, Even <even.xu@intel.com>; Sun, Xinpeng <xinpeng.sun@intel.com>; Jiri
>> Kosina <jikos@kernel.org>; Benjamin Tissoires <bentiss@kernel.org>; Pan
>> Chuang <panchuang@vivo.com>; Sakari Ailus <sakari.ailus@linux.intel.com>;
>> Abhishek Tamboli <abhishektamboli9@gmail.com>; Danny D.
>> <d3z.the.dev@gmail.com>; open list:HID CORE LAYER <linux-
>> input@vger.kernel.org>; open list <linux-kernel@vger.kernel.org>
>> Subject: [PATCH 4/4] HID: Intel-thc-hid: Intel-quickspi: Remove redundant
>> dev_err()
>>
>> Since commit 55b48e23f5c4 ("genirq/devres: Add error handling in
>> devm_request_*_irq()"), devm_request_threaded_irq() automatically logs
>> detailed error messages on failure. Remove the now-redundant driver-specific
>> dev_err() calls.
>>
>> Signed-off-by: Pan Chuang <panchuang@vivo.com>
>> ---
>> drivers/hid/intel-thc-hid/intel-quickspi/pci-quickspi.c | 5 +----
>> 1 file changed, 1 insertion(+), 4 deletions(-)
>>
>> diff --git a/drivers/hid/intel-thc-hid/intel-quickspi/pci-quickspi.c
>> b/drivers/hid/intel-thc-hid/intel-quickspi/pci-quickspi.c
>> index 4ae2e1718b30..504ef3c842ab 100644
>> --- a/drivers/hid/intel-thc-hid/intel-quickspi/pci-quickspi.c
>> +++ b/drivers/hid/intel-thc-hid/intel-quickspi/pci-quickspi.c
>> @@ -636,11 +636,8 @@ static int quickspi_probe(struct pci_dev *pdev,
>> quickspi_irq_thread_handler,
>> IRQF_ONESHOT, KBUILD_MODNAME,
>> qsdev);
>> - if (ret) {
>> - dev_err(&pdev->dev,
>> - "Failed to request threaded IRQ, irq = %d.\n", pdev-
>>> irq);
>> + if (ret)
>> goto dev_deinit;
>> - }
>>
>> ret = reset_tic(qsdev);
>> if (ret) {
>> --
>> 2.34.1
>
Sure, I will apply the same change to the intel-quicki2c driver as well.
Best Regards,
PanChuang
prev parent reply other threads:[~2026-07-15 6:34 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-13 13:24 [PATCH 0/4] HID: Remove redundant error messages on IRQ request failure Pan Chuang
2026-07-13 13:24 ` [PATCH 1/4] HID: amd_sfh: Remove redundant dev_err() Pan Chuang
2026-07-13 13:34 ` sashiko-bot
2026-07-13 13:24 ` [PATCH 2/4] HID: hid-goodix: " Pan Chuang
2026-07-13 13:24 ` [PATCH 3/4] HID: intel-ish-hid: ipc: " Pan Chuang
2026-07-13 13:43 ` sashiko-bot
2026-07-13 15:27 ` srinivas pandruvada
2026-07-13 16:08 ` Andy Shevchenko
2026-07-13 13:24 ` [PATCH 4/4] HID: Intel-thc-hid: Intel-quickspi: " Pan Chuang
2026-07-13 13:35 ` sashiko-bot
2026-07-14 0:50 ` Xu, Even
2026-07-15 6:34 ` Pan Chuang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260715063406.476663-1-panchuang@vivo.com \
--to=panchuang@vivo.com \
--cc=abhishektamboli9@gmail.com \
--cc=bentiss@kernel.org \
--cc=d3z.the.dev@gmail.com \
--cc=even.xu@intel.com \
--cc=jikos@kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sakari.ailus@linux.intel.com \
--cc=xinpeng.sun@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox