Re: [PATCH 11/17] auxdisplay: ht16k33: Convert to simple i2c probe function

2021-03-23 Thread robin
On 2021-03-22 15:48, Geert Uytterhoeven wrote: ht16k33_probe() does not use the passed i2c_device_id, so the driver can be converted trivially to the new-style of i2c probing. Signed-off-by: Geert Uytterhoeven --- drivers/auxdisplay/ht16k33.c | 5 ++--- 1 file changed, 2 insertions(+), 3

[PATCH 11/17] auxdisplay: ht16k33: Convert to simple i2c probe function

2021-03-22 Thread Geert Uytterhoeven
ht16k33_probe() does not use the passed i2c_device_id, so the driver can be converted trivially to the new-style of i2c probing. Signed-off-by: Geert Uytterhoeven --- drivers/auxdisplay/ht16k33.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git