net: prepare usb net drivers for addition of status as a parameter
authorOliver Neukum <oneukum@suse.de>
Fri, 19 Dec 2008 07:00:59 +0000 (23:00 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Dec 2008 07:00:59 +0000 (23:00 -0800)
USB is going to switch the signature of the callbacks to
void callback(struct urb *urb, int status)
This patch will ease the transition.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found