Re: [PATCH] smsc95xx: fix function prototype of async callback
From: David Miller <davem@davemloft.net> Date: 2009-01-26 01:54:56
From: Steve Glendinning <redacted>
Date: Tue, 20 Jan 2009 15:09:00 +0000
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 <redacted>