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)
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>

No differences found