spi: spi-imx: use "controller" variable consistently in spi_imx_probe()
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Tue, 25 Apr 2023 13:45:25 +0000 (15:45 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 23 May 2023 18:05:14 +0000 (19:05 +0100)
commitd9032b304541e1f560349e461611f25d67f44a49
tree2103b8f829a3c705c368037e0ebb670c78b224b2
parentb6e4686ca8c3932ed0eee66c016c05c870e44f5d
spi: spi-imx: use "controller" variable consistently in spi_imx_probe()

Near the top of the function, spi_imx->controller is set to
controller (and is of course never modified again). The rest of the
function uses a mix of the two expressions.

For consistency, readability and better code generation, drop all the
spi_imx-> indirections.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Link: https://lore.kernel.org/r/20230425134527.483607-2-linux@rasmusvillemoes.dk
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-imx.c