auxdisplay: ht16k33: Convert to simple i2c probe function
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 19 Oct 2021 14:45:12 +0000 (16:45 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Thu, 21 Oct 2021 21:36:29 +0000 (23:36 +0200)
commite66b4f4f52793a745b802acea77394ebcf8ff619
tree13775f3d37217f58160b92ec81bb0d02a4c5d97c
parent11b92913d1cafeca5bc7c398bf6075dd00e0b8a7
auxdisplay: ht16k33: Convert to simple i2c probe function

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 <geert@linux-m68k.org>
Acked-by: Robin van der Gracht <robin@protonic.nl>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
drivers/auxdisplay/ht16k33.c