Re: [PATCH v1 1/1] gpiolib: Don't free if pin ranges are not defined

2020-12-01 Thread Bartosz Golaszewski
On Mon, Nov 30, 2020 at 11:48 PM Will McVicker wrote: > > From: Edmond Chung > > A similar check was added in gpiochip_generic_request, but not in free. > This has caused an imbalance count of request vs. free calls to the > pinctrl driver. This patch is targeted to fix that issue. > > Fixes: 2ab

[PATCH v1 1/1] gpiolib: Don't free if pin ranges are not defined

2020-11-30 Thread Will McVicker
From: Edmond Chung A similar check was added in gpiochip_generic_request, but not in free. This has caused an imbalance count of request vs. free calls to the pinctrl driver. This patch is targeted to fix that issue. Fixes: 2ab73c6d8323 ("gpio: Support GPIO controllers without pin-ranges") Signe