]> git.baikalelectronics.ru Git - kernel.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)
commit4448281c368fee77e9872e832505b92db037b602
tree370a8ea54db109aeac509c9104cce39a2f4063b9
parent61d6a2158055cbc093136d0638f5657fb1236b1e
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