]> 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)
commite9e5478870f2596e3b4c081cf1cdff61f6ca47cc
tree370a8ea54db109aeac509c9104cce39a2f4063b9
parentb6f2480f98186589ec16a01c89e53a8f3915bc3a
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