From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yauhen Kharuzhy Subject: Re: [PATCH 2/2] mfd: Add leds MFD cell for intel_soc_pmic_chtwc Date: Tue, 12 Feb 2019 22:52:21 +0300 Message-ID: <20190212195221.GC5213@jeknote.loshitsa1.net> References: <20190209221213.24052-1-jekhor@gmail.com> <20190209221213.24052-3-jekhor@gmail.com> <20190212081409.GN20638@dell> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190212081409.GN20638@dell> Sender: linux-kernel-owner@vger.kernel.org To: Lee Jones Cc: linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org List-Id: linux-leds@vger.kernel.org On Tue, Feb 12, 2019 at 08:14:09AM +0000, Lee Jones wrote: > On Sun, 10 Feb 2019, Yauhen Kharuzhy wrote: > > > Add MFD cell for LEDs driver to the Intel Cherry Trail Whiskey Cove PMIC > > mfd device driver. > > > > Signed-off-by: Yauhen Kharuzhy > > --- > > drivers/mfd/intel_soc_pmic_chtwc.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/drivers/mfd/intel_soc_pmic_chtwc.c b/drivers/mfd/intel_soc_pmic_chtwc.c > > index 64a3aece9c5e..68b54173edd8 100644 > > --- a/drivers/mfd/intel_soc_pmic_chtwc.c > > +++ b/drivers/mfd/intel_soc_pmic_chtwc.c > > @@ -60,6 +60,8 @@ static struct mfd_cell cht_wc_dev[] = { > > .resources = cht_wc_ext_charger_resources, > > }, > > { .name = "cht_wcove_region", }, > > + > > Nit: No need for the blank line, please remove it. Agree. > > > + { .name = "cht_wcove_leds", }, > > }; -- Yauhen Kharuzhy