From: Stephen Boyd Date: Tue, 6 Oct 2009 08:39:51 +0000 (-0700) Subject: connector: Fix incompatible pointer type warning X-Git-Tag: v2.6.32-rc4~35^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0b25932b8e60e96f5f371b27442e560803ac6f5;p=pandora-kernel.git connector: Fix incompatible pointer type warning Commit 7069331 (connector: Provide the sender's credentials to the callback, 2009-10-02) changed callbacks to take two arguments but missed this one. drivers/connector/cn_proc.c: In function ‘cn_proc_init’: drivers/connector/cn_proc.c:263: warning: passing argument 3 of ‘cn_add_callback’ from incompatible pointer type Signed-off-by: Stephen Boyd Signed-off-by: David S. Miller --- Reading git-diff-tree failed