Re: [PATCH RESEND v3 2/3] Input: aw86927 - add driver for Awinic AW86927

From: Dmitry Torokhov

Date: Sun Sep 28 2025 - 00:10:27 EST


On Thu, Sep 25, 2025 at 02:15:42PM +0200, Konrad Dybcio wrote:
> On 9/25/25 12:07 PM, Griffin Kroah-Hartman wrote:
> > +static int aw86927_wait_enter_standby(struct aw86927_data *haptics)
> > +{
> > + unsigned int reg_val;
> > + int err;
>
> "ret" is more common (for "return value")

I requested this, "error" or "err" is my preference for temporaries that
hold either a negative error code or 0.

Thanks.

--
Dmitry