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

2020-11-25 Thread Pavel Machek
On Thu 2020-11-19 15:08:41, Qinglang Miao wrote: > Fix to set ret and goto child_out for fwnode_handle_put(child) > in 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")

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

2020-11-25 Thread Pavel Machek
Hi! > Fix to set ret and goto child_out for fwnode_handle_put(child) > in 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 > Suggested-by:

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

2020-11-19 Thread Dan Murphy
Hello On 11/19/20 1:08 AM, Qinglang Miao wrote: Fix to set ret and goto child_out for fwnode_handle_put(child) in 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")

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

2020-11-18 Thread Qinglang Miao
Fix to set ret and goto child_out for fwnode_handle_put(child) in 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 Suggested-by: Pavel Machek