commit | f0b25932b8e60e96f5f371b27442e560803ac6f5 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <bebarino@gmail.com> | Tue Oct 06 01:39:51 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 06 01:39:51 2009 -0700 |
tree | c04e8d202b88f79ac86b603cd135af26fee62dd4 | |
parent | a160ee69c6a4622ed30c377a978554015e9931cb [diff] |
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 <bebarino@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>