OSDN Git Service

spi: uniphier: Change argument of irq functions to private structure
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Tue, 24 Dec 2019 00:58:24 +0000 (09:58 +0900)
committerMark Brown <broonie@kernel.org>
Wed, 25 Dec 2019 00:08:00 +0000 (00:08 +0000)
commit9859db51387df8a7e8564a211158ff8bf263b0a8
tree15d5bcd2a3c50ed2f189e4ad7613b9bce3eae822
parentef32b63bf13e531479a3b1ef6eb2daaf4fcf787a
spi: uniphier: Change argument of irq functions to private structure

This changes each argument of functions uniphier_irq_{enable,disable}()
to uniphier_spi_priv because these functions are used not only for
spi_device but also for the entire controller.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/1577149107-30670-3-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-uniphier.c