diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2024-12-03 14:25:56 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-04 16:35:43 +0100 |
commit | b8c8748b60ac15d0536c46c6b0d514483e46486c (patch) | |
tree | e05e8cad170d96251f323de138d6bad45316c0b7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cdd30ebb1b9f36159d66f088b61aee264e649d7a (diff) |
serial: altera_jtaguart: Use device name when requesting IRQ
The request_irq name parameter should be the device name, not the driver
name. This leads to more informative information in /proc/interrupts.
Before this patch:
$ cat /proc/interrupts
...
40: 123 0 GIC-0 72 Level altera_jtaguart
After this patch:
$ cat /proc/interrupts
...
40: 6 0 GIC-0 72 Level ff200100.fpga-juart0
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Link: https://lore.kernel.org/r/20241203132556.14182-1-tklauser@distanz.ch
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions