]> www.infradead.org Git - users/jedix/linux-maple.git/commit
misc: eeprom: eeprom_93cx6: Switch to BIT() macro
authorParker Newman <pnewman@connecttech.com>
Wed, 2 Oct 2024 15:12:34 +0000 (11:12 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2024 06:42:03 +0000 (08:42 +0200)
commitd45109c53272c88afc7db84779d0a845a12ed9fc
tree992f972050fa692d2c26ba4c0655d3904158fe0b
parent7738a7ab9d12c5371ed97114ee2132d4512e9fd5
misc: eeprom: eeprom_93cx6: Switch to BIT() macro

Use the BIT() macro rather than (1 << (i - 1)).

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Parker Newman <pnewman@connecttech.com>
Link: https://lore.kernel.org/r/f40d21d284816a62003975e237a58b489d77c7d4.1727880931.git.pnewman@connecttech.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/eeprom/eeprom_93cx6.c