[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAE-0n507D9W5BFfG2vXqN1cqvnrQKLbLw7YejGb5_kH+7X62sw@mail.gmail.com>
Date: Tue, 19 Apr 2022 07:55:02 -0700
From: Stephen Boyd <swboyd@...omium.org>
To: Prashant Malani <pmalani@...omium.org>
Cc: Lee Jones <lee.jones@...aro.org>, linux-kernel@...r.kernel.org,
patches@...ts.linux.dev, Tzung-Bi Shih <tzungbi@...nel.org>,
Daisuke Nojiri <dnojiri@...omium.org>,
Benson Leung <bleung@...omium.org>,
Guenter Roeck <groeck@...omium.org>,
chrome-platform@...ts.linux.dev
Subject: Re: [PATCH v2] mfd: cros_ec_dev: Only register PCHG device if present
Quoting Prashant Malani (2022-04-18 17:22:19)
> On Apr 18 17:04, Stephen Boyd wrote:
> > + retval = mfd_add_hotplug_devices(ec->dev,
> > + cros_ec_pchg_cells,
> > + ARRAY_SIZE(cros_ec_pchg_cells));
> > + if (retval)
> > + dev_warn(ec->dev, "failed to add pchg: %d\n",
> > + retval);
> Tiny nit: Can this fit in 1 line (100 chars[1])?
>
I'm matching the style of other lines in this file (this is copy
pasta). I'll let the maintainer decide what to do.
Powered by blists - more mailing lists