On Fri, Feb 17, 2017 at 03:35:04PM +0200, Krzysztof Kozlowski wrote: > On Thu, Feb 16, 2017 at 01:27:16PM +0000, Charles Keepax wrote: > > Use devm_gpiochip_add_data to simplify the error path in > > samsung_gpiolib_register. Additionally this would also fix a leak if > > the pinctrl driver was unbound, although admittedly I can't see any > > good use-case for doing so, but the driver does currently allow it. > > Driver does not allow unbinding (.suppress_bind_attrs = true)... >
Oops... sorry missed that. Thanks, Charles