From: Julia Lawall Date: Sun, 11 Mar 2012 23:06:03 +0000 (-0700) Subject: Input: hp680_ts_input - ensure arguments to request_irq and free_irq are compatible X-Git-Tag: v3.4-rc1~130^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b51425becfe127e0c17a8501ffa079b37241ed11;p=pandora-kernel.git Input: hp680_ts_input - ensure arguments to request_irq and free_irq are compatible Change 0 to NULL in the last argument of request_irq, since the argument should have pointer type and so that the last argument of request_irq syntactically matches the second argument of the later call to free_irq. Signed-off-by: Julia Lawall Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed