diff options
author | Masahiro Yamada <[email protected]> | 2020-05-11 15:21:58 +0900 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2020-05-28 11:22:14 +0200 |
commit | 5d1f42e14b135773c0cc1d82e904c5b223783a9d (patch) | |
tree | 96c7dc7fe9fd274f65929045c027c85a143ad2f8 /lib/mpi/mpi-mul.c | |
parent | 1ae1d2d6e555e809945b691eccb1055595845a59 (diff) |
mmc: uniphier-sd: call devm_request_irq() after tmio_mmc_host_probe()
Currently, tmio_mmc_irq() handler is registered before the host is
fully initialized by tmio_mmc_host_probe(). I did not previously notice
this problem.
The boot ROM of a new Socionext SoC unmasks interrupts (CTL_IRQ_MASK)
somehow. The handler is invoked before tmio_mmc_host_probe(), then
emits noisy call trace.
Move devm_request_irq() below tmio_mmc_host_probe().
Fixes: 3fd784f745dd ("mmc: uniphier-sd: add UniPhier SD/eMMC controller driver")
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mul.c')
0 files changed, 0 insertions, 0 deletions