3G usb modem support: Fix compilation error

Signed-off-by: flar2 <asegaert@gmail.com>
This commit is contained in:
flar2 2013-10-14 21:51:56 -04:00 committed by followmsi
parent 23d7013ae4
commit 32fa054bfb

View file

@ -33,10 +33,10 @@ extern int usb_wwan_resume(struct usb_serial *serial);
/* per port private data */
#define N_IN_URB 5
#define N_OUT_URB 5
#define IN_BUFLEN 16384
#define OUT_BUFLEN 65536
#define N_IN_URB 4
#define N_OUT_URB 4
#define IN_BUFLEN 4096
#define OUT_BUFLEN 4096
struct usb_wwan_intf_private {
spinlock_t susp_lock;