[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120625080348.GI13876@core.coreip.homeip.net>
Date: Mon, 25 Jun 2012 01:03:48 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Alexandre Pereira da Silva <aletes.xgr@...il.com>
Cc: Grant Likely <grant.likely@...retlab.ca>,
Rob Herring <rob.herring@...xeda.com>,
JJ Ding <dgdunix@...il.com>, Roland Stigge <stigge@...com.de>,
linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree-discuss@...ts.ozlabs.org
Subject: Re: [PATCH RESEND] input: gpio_keys_polled: convert to dt
On Thu, Jun 21, 2012 at 08:37:18AM -0300, Alexandre Pereira da Silva wrote:
> On Thu, Jun 21, 2012 at 6:18 AM, Dmitry Torokhov
> <dmitry.torokhov@...il.com> wrote:
> >> @@ -38,7 +40,7 @@ struct gpio_keys_button_data {
> >> struct gpio_keys_polled_dev {
> >> struct input_polled_dev *poll_dev;
> >> struct device *dev;
> >> - struct gpio_keys_platform_data *pdata;
> >> + struct gpio_keys_platform_data pdata;
> >
> > I am not sure why this change is needed. Also it seems that the driver
> > leaks DT-created pdata on unload.
>
> Pdata is now a member of gpio_keys_polled_dev now and that one is
> kzalloc'ed at probe and kfree'd at the removal and errors. I see no
> leaks there.
Ah, I missed that you used on-stack instance to hold parsed DT data...
>
> I could kzalloc and kfree gpio_keys_polled_dev independently instead,
> to avoid all those pointer changes if you think it's better.
>
> This is mostly a clone from the dt handling in gpio_keys, and
> comparing both now,
> I see that it will leak on pdata->buttons, so I will fix that.
>
> >> +
> >> +#define gpio_keys_polled_of_match NULL
> >
> > Please use of_match_ptr() instead.
>
> Thanks for the suggestion, I will implement that.
--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists