spi: pxa2xx: Consistently use dev variable in pxa2xx_spi_init_pdata()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 20 Oct 2022 19:44:59 +0000 (22:44 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 21 Oct 2022 12:17:03 +0000 (13:17 +0100)
commit8fc8250a1586008cceaadd6f4df9db23643d4b3e
tree41940ed94adc2b97abdb6ae6867c9eb0acbd6ddf
parentf74d21829bdcf2f27256f6a8adb1492766f748c7
spi: pxa2xx: Consistently use dev variable in pxa2xx_spi_init_pdata()

We have a temporary variable to keep a pointer to a struct device in
the pxa2xx_spi_init_pdata(). Use it consistently there.

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