|
@@ -823,7 +823,7 @@ static int sr9800_bind(struct usbnet *dev, struct usb_interface *intf)
|
|
dev->rx_urb_size =
|
|
dev->rx_urb_size =
|
|
SR9800_BULKIN_SIZE[SR9800_MAX_BULKIN_2K].size;
|
|
SR9800_BULKIN_SIZE[SR9800_MAX_BULKIN_2K].size;
|
|
}
|
|
}
|
|
- netdev_dbg(dev->net, "%s : setting rx_urb_size with : %ld\n", __func__,
|
|
|
|
|
|
+ netdev_dbg(dev->net, "%s : setting rx_urb_size with : %zu\n", __func__,
|
|
dev->rx_urb_size);
|
|
dev->rx_urb_size);
|
|
return 0;
|
|
return 0;
|
|
|
|
|