Re: [PATCH 4/5] gpio: gpio-mm: Utilize devm_ functions in driver probe callback

From: Linus Walleij
Date: Thu Jan 26 2017 - 09:55:59 EST


On Tue, Jan 24, 2017 at 9:01 PM, William Breathitt Gray
<vilhelm.gray@xxxxxxxxx> wrote:

> The devm_ resource manager functions allow memory to be automatically
> released when a device is unbound. This patch takes advantage of the
> resource manager functions and replaces the gpiochip_add_data call with
> the devm_gpiochip_add_data call. In addition, the gpiomm_remove function
> has been removed as no longer necessary due to the use of the relevant
> devm_ resource manager functions.
>
> Signed-off-by: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>

Patch applied.

Yours,
Linus Walleij