[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190501082627.GA2971@amd>
Date: Wed, 1 May 2019 10:26:27 +0200
From: Pavel Machek <pavel@....cz>
To: Dan Murphy <dmurphy@...com>
Cc: Brian Masney <masneyb@...tation.org>, lee.jones@...aro.org,
daniel.thompson@...aro.org, jingoohan1@...il.com,
robh+dt@...nel.org, jacek.anaszewski@...il.com,
mark.rutland@....com, b.zolnierkie@...sung.com,
dri-devel@...ts.freedesktop.org, linux-leds@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-fbdev@...r.kernel.org, jonathan@...ek.ca
Subject: Re: [PATCH v3 3/3] backlight: lm3630a: add firmware node support
Hi!
> > @@ -396,13 +506,20 @@ static int lm3630a_probe(struct i2c_client *client,
> > GFP_KERNEL);
> > if (pdata == NULL)
> > return -ENOMEM;
> > +
> > /* default values */
> > - pdata->leda_ctrl = LM3630A_LEDA_ENABLE;
> > - pdata->ledb_ctrl = LM3630A_LEDB_ENABLE;
> > + pdata->leda_ctrl = LM3630A_LEDA_DISABLE;
> > + pdata->ledb_ctrl = LM3630A_LEDB_DISABLE;
>
> This is not needed since default is disabled and kzalloc will set these to 0
Let compiler do this kind of optimalizations. Code makes sense as-is.
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
Download attachment "signature.asc" of type "application/pgp-signature" (182 bytes)
Powered by blists - more mailing lists