[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJKOXPc9FtV6Pe55mk-HBS77vYo=rWauPOF_LJw3RuTyKC+XyQ@mail.gmail.com>
Date: Thu, 16 Sep 2021 21:30:14 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Cai Huoqing <caihuoqing@...du.com>
Cc: Michael Hennerich <michael.hennerich@...log.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
linux-input@...r.kernel.org,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] Input: ad7879 - Make use of the helper function dev_err_probe()
On Thu, 16 Sept 2021 at 17:47, Cai Huoqing <caihuoqing@...du.com> wrote:
>
> When possible use dev_err_probe help to properly deal with the
> PROBE_DEFER error, the benefit is that DEFER issue will be logged
> in the devices_deferred debugfs file.
> Using dev_err_probe() can reduce code size, and the error value
> gets printed.
>
> Signed-off-by: Cai Huoqing <caihuoqing@...du.com>
> ---
> drivers/input/touchscreen/ad7879.c | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
Please do not send patches one by one but group them in a series.
The patches you sent were already sent before:
https://lore.kernel.org/lkml/20200827185829.30096-1-krzk@kernel.org/
If such conversion is still applicable (although I have doubts -
preferred is to remove dev_err entirely), then I can rebase my older
series.
Best regards,
Krzysztof
Powered by blists - more mailing lists