altera_jtaguart: Use dev_err() to report error attaching IRQ
authorTobias Klauser <tklauser@distanz.ch>
Tue, 29 Oct 2024 13:03:07 +0000 (14:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Nov 2024 01:01:48 +0000 (02:01 +0100)
commit284a60b09001fa04af0e10f0cdb8df2791fe659b
treefd056d214ca645ae79b58b61def0e039b81f3013
parent2ac661dfdfd0241919894335a1057df016f1dea3
altera_jtaguart: Use dev_err() to report error attaching IRQ

In case of multiple Altera JTAG UART ports available on the system, the
error message will contain information about the port for which
attaching the IRQ handler failed.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Reviewed-by: Jiri Slaby <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20241029130307.5003-1-tklauser@distanz.ch
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/altera_jtaguart.c