From: Wei Yongjun Date: Mon, 26 Aug 2013 04:04:05 +0000 (+0800) Subject: vme: vme_ca91cx42.c: fix to pass correct device identity to free_irq() X-Git-Tag: v3.12-rc1~185^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef22d576dd9d028dba53476bbcfc36aa1b5d768b;p=pandora-kernel.git vme: vme_ca91cx42.c: fix to pass correct device identity to free_irq() free_irq() expects the same device identity that was passed to corresponding request_irq(), otherwise the IRQ is not freed. Signed-off-by: Wei Yongjun Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed