spi: bcm3835: Tidy up bcm2835_spi_reset_hw()
authorRobin Murphy <robin.murphy@arm.com>
Tue, 16 Jun 2020 00:09:27 +0000 (01:09 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 1 Jul 2020 21:19:29 +0000 (22:19 +0100)
commitac4648b5d866f98feef4525ae8734972359e4edd
treefb2ce788b5af58d08342ad4a5cd5c2ef5b9251a5
parentf27b1dc6412547fac256957e22d6889fb56a5470
spi: bcm3835: Tidy up bcm2835_spi_reset_hw()

It doesn't need a struct spi_controller, and every callsite has
already retrieved the appropriate struct bcm2835_spi, so just pass
that directly.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/eca458ae1a0d3934d0627f90e25d294fefd4b13d.1592261248.git.robin.murphy@arm.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-bcm2835.c