spi: pxa2xx: Utilise temporary variable for struct device
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 30 May 2024 15:10:01 +0000 (18:10 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 3 Jun 2024 14:59:58 +0000 (15:59 +0100)
commitc65174fdb2f7fe83ee515966c08de9a990e722f9
treeeaf53a24890e2622dbfbde215a3d9946266fd558
parentc1b93986dfb2a31b0528fe929d574843801089f5
spi: pxa2xx: Utilise temporary variable for struct device

We have a temporary variable to keep a pointer to struct device.
Utilise it where it makes sense.

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