On Wed, Nov 07, 2012 at 02:15:55PM +0100, Daniel Mack wrote: > In case of probe deferral, the allocated GPIO line is not freed, which > prevents it from being claimed and properly asserted in later attempts. > > Fix this by freeing the GPIO in case of errors. Can we convert to devm_gpio_request_one() instead?