From: Emilio G. Cota Date: Fri, 12 Nov 2010 11:14:40 +0000 (+0000) Subject: staging: vme: tsi148: remove double freeing of the IRQ in .remove X-Git-Tag: v2.6.38-rc1~423^2~306 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b12ef0b1f5d0358bc13cc716155d6e9b5584af48;p=pandora-kernel.git 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 Acked-by: Martyn Welch Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed