Re: [PATCH] led: pca955x: remove ineffectual assignment

2019-12-13 Thread Sascha Hauer
On Thu, Dec 12, 2019 at 08:24:57PM +0100, Ahmad Fatoum wrote: > the .num member of struct led is a 'private' member populated by > led_register. Populating it has no effect because it's always > overwritten. Remove the assignment. > > Signed-off-by: Ahmad Fatoum > --- >

[PATCH] led: pca955x: remove ineffectual assignment

2019-12-12 Thread Ahmad Fatoum
the .num member of struct led is a 'private' member populated by led_register. Populating it has no effect because it's always overwritten. Remove the assignment. Signed-off-by: Ahmad Fatoum --- drivers/led/led-pca955x.c | 1 - 1 file changed, 1 deletion(-) diff --git