]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit1a5c2d1de7d35f5eb9793266237903348989502b
treea477d179d4077bfb86c581f9f4d1ca47dbc8243f
parent7b7e8e8e8fc6a9f1f0372d1ffb271ecfdaf0285a
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