diff options
| author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-11-14 13:42:38 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-16 10:33:55 +0100 |
| commit | 1b85cd5d926273b22273770f610a025f907b6ba6 (patch) | |
| tree | 67ce843f61d3e6e79555a4b6404eeae403915167 /lib/mpi/mpi-internal.h | |
| parent | dde5bbd52a2896a4856fa579d97e310399d446d9 (diff) | |
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>
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions
