commit | b2c663d155e1df81fa55287effac3b7115abc210 | [log] [tgz] |
---|---|---|
author | Vignesh R <vigneshr@ti.com> | Fri Mar 24 10:58:00 2017 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 31 16:56:10 2017 +0200 |
tree | 825daa24d37e156c32a656d0832219e11d8bdd4d | |
parent | f7048b15900f36fe21398fba94777b8aab3b376d [diff] |
serial: 8250: 8250_core: Fix irq name for 8250 serial IRQ Using dev_name() as IRQ name during request_irq() might be misleading in case of serial over PCI. Therefore identify serial port IRQ using uart_port's name field. This will help mapping IRQs to appropriate ttySN(where N is the serial port index) instances. Signed-off-by: Vignesh R <vigneshr@ti.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>