From: Russell King Date: Sat, 21 Nov 2009 16:00:28 +0000 (+0000) Subject: ARM: PNX4008: i2c-pnx: use the same dev_id for request_irq and free_irq X-Git-Tag: v2.6.32~36^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8d5e5a8f5be475796c7f357e43546c2d7f44540;p=pandora-kernel.git ARM: PNX4008: i2c-pnx: use the same dev_id for request_irq and free_irq This allows i2c-pnx to free its interrupt handler when the module is removed or if an error occurs; using the same dev_id for both request_irq and free_irq is desirable. Signed-off-by: Russell King Acked-by: Ben Dooks --- Reading git-diff-tree failed