Re: [PATCH] leds: lp50xx: add missing fwnode_handle_put in error handling case

2020-11-18 Thread Qinglang Miao
在 2020/11/11 21:27, Dan Murphy 写道: Hello On 11/10/20 9:21 PM, Qinglang Miao wrote: Fix to goto child_out to do fwnode_handle_put(child) from the error handling case rather than simply return, as done elsewhere in this function. Fixes: 242b81170fb8 ("leds: lp50xx: Add the LP50XX family of

Re: [PATCH] leds: lp50xx: add missing fwnode_handle_put in error handling case

2020-11-11 Thread Dan Murphy
Hello On 11/10/20 9:21 PM, Qinglang Miao wrote: Fix to goto child_out to do fwnode_handle_put(child) from the error handling case rather than simply return, as done elsewhere in this function. Fixes: 242b81170fb8 ("leds: lp50xx: Add the LP50XX family of the RGB LED driver") Reported-by: Hulk

[PATCH] leds: lp50xx: add missing fwnode_handle_put in error handling case

2020-11-10 Thread Qinglang Miao
Fix to goto child_out to do fwnode_handle_put(child) from the error handling case rather than simply return, as done elsewhere in this function. Fixes: 242b81170fb8 ("leds: lp50xx: Add the LP50XX family of the RGB LED driver") Reported-by: Hulk Robot Signed-off-by: Qinglang Miao ---