Searched hist:f2faa3ec79ac11db8c26b10f8c978d4d0f7392dd (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/spi/ |
H A D | spi-pxa2xx.c | diff f2faa3ec79ac11db8c26b10f8c978d4d0f7392dd Fri Oct 18 05:54:28 CDT 2019 Andy Shevchenko <andriy.shevchenko@linux.intel.com> spi: pxa2xx: Convert to use device_get_match_data()
Convert to use device_get_match_data() instead of open coded variant.
While here, switch of_property_read_bool() to device_property_read_bool().
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20191018105429.82782-4-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
|