diff options
author | Markus Schneider-Pargmann <msp@baylibre.com> | 2022-12-06 14:57:25 +0300 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2022-12-12 13:58:33 +0300 |
commit | 40c9e4f676abbe194541d88e796341c92d5a13c0 (patch) | |
tree | 144c6e0858999c06baeba5aa09e9a2b3528a630c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e2f1c8cb020296ddfa255e06b15f071807c2ed73 (diff) | |
download | linux-40c9e4f676abbe194541d88e796341c92d5a13c0.tar.xz |
can: tcan4x5x: Remove invalid write in clear_interrupts
Register 0x824 TCAN4X5X_MCAN_INT_REG is a read-only register. Any writes
to this register do not have any effect.
Remove this write. The m_can driver aldready clears the interrupts in
m_can_isr() by writing to M_CAN_IR which is translated to register
0x1050 which is a writable version of this register.
Fixes: 5443c226ba91 ("can: tcan4x5x: Add tcan4x5x driver to the kernel")
Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
Link: https://lore.kernel.org/all/20221206115728.1056014-9-msp@baylibre.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions