4 Nov
2019
4 Nov
'19
2:17 p.m.
On Mon, Nov 04, 2019 at 01:03:38PM +0000, Daniel Baluta wrote:
On Fri, 2019-11-01 at 12:08 -0500, Yong Zhi wrote:
Don't Call free_gpio() when request_gpio() fails, call it at error paths to avoid resource leak.
Uosing devm_gpio_request will make the change cleaner. What do you think?
Yes, that's even better.