smsc95xx: fix function prototype of async callback
authorSteve Glendinning <steve.glendinning@smsc.com>
Mon, 26 Jan 2009 01:54:46 +0000 (17:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Jan 2009 01:54:46 +0000 (17:54 -0800)
commit150a7fcc5ccf6ffe4a2280f5a447d104ec77912d
tree309d9e8917804428b6e1133e835a29a14c3e9bde
parent01a1ac472f3cd3e24a5f70597346773115ef4586
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>
drivers/net/usb/smsc95xx.c