commit | 150a7fcc5ccf6ffe4a2280f5a447d104ec77912d | [log] [tgz] |
---|---|---|
author | Steve Glendinning <steve.glendinning@smsc.com> | Sun Jan 25 17:54:46 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 25 17:54:46 2009 -0800 |
tree | 309d9e8917804428b6e1133e835a29a14c3e9bde | |
parent | 01a1ac472f3cd3e24a5f70597346773115ef4586 [diff] |
smsc95xx: fix function prototype of async callback smsc95xx_async_cmd_callback doesn't currently match usb_complete_t, so there's a cast to force the square peg into the round hole. This patch fixes this properly. Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com> Signed-off-by: David S. Miller <davem@davemloft.net>