]> www.infradead.org Git - users/jedix/linux-maple.git/commit
misc: eeprom_93xx46: Replace explicit castings with proper specifiers
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 8 May 2024 18:47:01 +0000 (21:47 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2024 15:47:08 +0000 (17:47 +0200)
commitf5efcdfe92b0032587d1a79db45ac657798d5d44
tree971182dd83e3ac92bcea7d49faf43c9962a01674
parent761b4cf31741b2d0beda5de4c36253b553939263
misc: eeprom_93xx46: Replace explicit castings with proper specifiers

There is no need to have an explicit casting when we can simply use
the correct printf() specifier.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240508184905.2102633-9-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/eeprom/eeprom_93xx46.c