]> www.infradead.org Git - users/jedix/linux-maple.git/commit
misc: eeprom_93xx46: Use spi_message_init_with_transfers()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 8 May 2024 18:46:59 +0000 (21:46 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2024 15:47:08 +0000 (17:47 +0200)
commit163898508f96efaafaa87000c7c4bbf711a34bd9
treeb358252339e3a316aaa7785d2ff4bdd6ffc417c4
parent195b979955dea396e6c21bf196af06f6e5ef8c91
misc: eeprom_93xx46: Use spi_message_init_with_transfers()

Replace open coded spi_message_init_with_transfers().

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