]> git.baikalelectronics.ru Git - kernel.git/commit
tty: goldfish: Fix a parameter of a call to free_irq
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 9 Jan 2017 00:26:37 +0000 (01:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jan 2017 10:51:25 +0000 (11:51 +0100)
commitf9d59ce5893342727bc4464f6766676f72ab0e0b
treea477d179d4077bfb86c581f9f4d1ca47dbc8243f
parente0da215984fff52ec5a1c0cbedcadbed9cc6f4cc
tty: goldfish: Fix a parameter of a call to free_irq

'request_irq()' and 'free_irq()' should be called with the same dev_id.

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