Files
linux/drivers/atm
Arvind Yadav 1b85cd5d92 atm: horizon: Fix irq release error
[ Upstream commit bde533f2ea607cbbbe76ef8738b36243939a7bc2 ]

atm_dev_register() can fail here and passed parameters to free irq
which is not initialised. Initialization of 'dev->irq' happened after
the 'goto out_free_irq'. So using 'irq' insted of 'dev->irq' in
free_irq().

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-12-16 10:33:55 +01:00
..
2015-01-18 00:28:41 -05:00
2015-01-18 00:28:41 -05:00
2017-12-16 10:33:55 +01:00
2015-06-10 22:46:34 -07:00
2015-10-12 19:56:27 -07:00
2013-02-08 14:22:05 -05:00
2015-01-18 00:28:41 -05:00
2015-01-18 00:28:41 -05:00