Re: [PATCH leds v2 31/50] leds: lm36274: use devres LED registering function

2020-09-19 Thread Pavel Machek
Hi! > By using devres version of LED registering function we can remove the > .remove method from this driver. Please see a0972fff09479dd09b731360a3a0b09e4fb4d415. And yes, Johan should have added a comment instead of placing it in changelog. Feel free to add the comment. There was more than one

[PATCH leds v2 31/50] leds: lm36274: use devres LED registering function

2020-09-17 Thread Marek BehĂșn
By using devres version of LED registering function we can remove the .remove method from this driver. Signed-off-by: Marek BehĂșn Cc: Dan Murphy --- drivers/leds/leds-lm36274.c | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/drivers/leds/leds-lm36274.c b/drive