Re: [PATCH 3/6] leds: apu: drop iosize field from priv data

2019-07-16 Thread Pavel Machek
On Mon 2019-07-15 16:57:30, Enrico Weigelt, metux IT consult wrote: > From: Enrico Weigelt > > As this driver now only supports the APU1 boards, we don't need > to handle different io sizes anymore. > > Signed-off-by: Enrico Weigelt Acked-by: Pavel Machek -- (english)

[PATCH 3/6] leds: apu: drop iosize field from priv data

2019-07-15 Thread Enrico Weigelt, metux IT consult
From: Enrico Weigelt As this driver now only supports the APU1 boards, we don't need to handle different io sizes anymore. Signed-off-by: Enrico Weigelt --- drivers/leds/leds-apu.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/leds/leds-apu.c