]> git.baikalelectronics.ru Git - kernel.git/commit
spi: spidev: Replace ACPI specific code by device_get_match_data()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 23 Mar 2022 14:02:14 +0000 (16:02 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 5 Apr 2022 09:21:46 +0000 (10:21 +0100)
commit4b7c2a554c00266eb84211b8aba8c39f0f6162ce
treecb7fc463178ab71cc123d0964fd2e5419a945c2c
parent5b8558fb0e3b18a28724235037cb7a6f6d5c1876
spi: spidev: Replace ACPI specific code by device_get_match_data()

Instead of calling the ACPI specific APIs, use device_get_match_data().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220323140215.2568-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spidev.c