From: Mikael Pettersson Date: Mon, 7 Sep 2009 10:00:13 +0000 (+0200) Subject: i2c-mv64xxx: correct mv64xxx_i2c_intr() return type X-Git-Tag: v2.6.32-rc1~625^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0999cc55bd49e315ec82d2fb770a0d9ef7cbed8;p=pandora-kernel.git i2c-mv64xxx: correct mv64xxx_i2c_intr() return type The mv64xxx_i2c_intr() irq handler in drivers/i2c/busses/i2c-mv64xxx.c is declared as returning 'int', resulting in this compile-time warning: drivers/i2c/busses/i2c-mv64xxx.c: In function 'mv64xxx_i2c_probe': drivers/i2c/busses/i2c-mv64xxx.c:540: warning: passing argument 2 of 'request_irq' from incompatible pointer type Fix: correct the return type to 'irqreturn_t'. Signed-off-by: Mikael Pettersson Signed-off-by: Ben Dooks --- Reading git-diff-tree failed