]> www.infradead.org Git - users/jedix/linux-maple.git/commit
misc: eeprom_93xx46: Remove ->prepare() and ->finish() customisation
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 8 May 2024 18:46:58 +0000 (21:46 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2024 15:47:08 +0000 (17:47 +0200)
commit195b979955dea396e6c21bf196af06f6e5ef8c91
tree835ca4e2f1a7a70bc1bfd38122f63469715492af
parent3aee48a8e01f98d3285a0064285b0152cdbb8a9e
misc: eeprom_93xx46: Remove ->prepare() and ->finish() customisation

Currently there is only one way how chip is prepared and unprepared
for an operation. Drop unnecessary customisation.

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-6-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/eeprom/eeprom_93xx46.c