staging: vme: tsi148: remove double freeing of the IRQ in .remove
commitb12ef0b1f5d0358bc13cc716155d6e9b5584af48
authorEmilio G. Cota <cota@braap.org>
Fri, 12 Nov 2010 11:14:40 +0000 (12 11:14 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Nov 2010 19:40:15 +0000 (16 11:40 -0800)
tree5a14bbed7914ecb3a3cc56f4533bc82ffa5b33da
parentb558ba2f356c28269de179c4f7f6f179a4fa6a1d
staging: vme: tsi148: remove double freeing of the IRQ in .remove

tsi148_irq_exit is called twice in .remove, which causes an oops.

Remove the second call, which apart from being redundant cannot
possibly work; the CR/CSR space has been already unmapped.

Signed-off-by: Emilio G. Cota <cota@braap.org>
Acked-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/vme/bridges/vme_tsi148.c