On Tue, Mar 24, 2015 at 02:59:48PM +0000, Charles Keepax wrote:
> - if (arizona->pdata.reset)
> + if (arizona->pdata.reset) {
> gpio_set_value_cansleep(arizona->pdata.reset, 0);
> + gpio_free(arizona->pdata.reset);
> + }Or acquire the GPIO with devm_ and avoid having to explicitly free it at all?
signature.asc
Description: Digital signature

