lkml.org 
[lkml]   [2015]   [Mar]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/5] mfd: arizona: Add missing gpio_free in arizona_dev_exit
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?
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2015-03-24 17:21    [W:0.974 / U:0.488 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site