
19 Feb
2014
19 Feb
'14
1:15 p.m.
On Wed, Feb 19, 2014 at 12:07:12PM +0100, Daniel Mack wrote:
- if (gpio_is_valid(cs4271->gpio_nreset)) { /* Set codec to the reset state */ gpio_set_value(cs4271->gpio_nreset, 0);
devm_gpio_free(codec->dev, cs4271->gpio_nreset);
- }
If it's being requested as a managed resource shouldn't it be being freed automatically?