]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i2c: rcar: WARN about spurious irqs
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sun, 7 Jul 2024 08:28:47 +0000 (10:28 +0200)
committerAndi Shyti <andi.shyti@kernel.org>
Wed, 10 Jul 2024 07:57:49 +0000 (09:57 +0200)
commit3291d2327e4f1e83f290c26ab7e9d17fd8e1bb2e
tree7251e84433397973b69dd368b9524576e3f663a0
parent00fa2450c11138c1c3171224cd2727a3a6240bae
i2c: rcar: WARN about spurious irqs

The FIXME is very old and probably needed because of some driver bug
like insufficient initialization. It may well be that it was fixed
meanwhile but we never know because the spurious irq is silently
ignored. Add now a call trace when this happens so we have more
information in case the issue still exists.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-rcar.c