Re: [PATCH v2 1/2] leds: tlc591xx: simplify driver by using the managed led API

2019-07-10 Thread Jean-Jacques Hiblot
Hi Dan, On 08/07/2019 20:08, Dan Murphy wrote: JJ On 7/8/19 5:06 AM, Jean-Jacques Hiblot wrote: Use the managed API of the LED class (devm_led_classdev_register() instead of led_classdev_register()). This allows us to remove the code used to track-and-destroy the LED devices What changed fr

Re: [PATCH v2 1/2] leds: tlc591xx: simplify driver by using the managed led API

2019-07-08 Thread Dan Murphy
JJ On 7/8/19 5:06 AM, Jean-Jacques Hiblot wrote: Use the managed API of the LED class (devm_led_classdev_register() instead of led_classdev_register()). This allows us to remove the code used to track-and-destroy the LED devices What changed from v1? I don't see any changes especially the bou