]> git.karo-electronics.de Git - karo-tx-linux.git/commit
serial: pic32_uart: Fix 'request_irq' and 'free_irq' inconsistancy
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 18 Dec 2016 06:38:11 +0000 (07:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jan 2017 10:51:24 +0000 (11:51 +0100)
commit2aaa957361f9b84fb72ce0124ebb1e5835235ba8
tree370a8ea54db109aeac509c9104cce39a2f4063b9
parentba3d6f8f10c3897e0edde3069beb0bfbe81783a6
serial: pic32_uart: Fix 'request_irq' and 'free_irq' inconsistancy

'request_irq' and 'free_irq' should have the same 'dev_id'.
Here one uses 'port', and the other one uses 'sport'.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/pic32_uart.c