From: Magnus Lilja Date: Fri, 8 May 2009 19:57:47 +0000 (+0200) Subject: mtd: mxc_nand: add correct dev_id parameter to free_irq() calls X-Git-Tag: v2.6.31-rc1~53^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b258fd8d0470c65fef5231887d7e97cb246da0d0;p=pandora-kernel.git mtd: mxc_nand: add correct dev_id parameter to free_irq() calls Make sure to pass the same dev_id data to free_irq() that was used when calling request_irq(), otherwise we get a warning about freeing an already free IRQ. Signed-off-by: Magnus Lilja Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed