Skip to content

Commit

Permalink
3G usb modem support: Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
flar2 committed Oct 15, 2013
1 parent 93adada commit 49a12ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/usb/serial/usb-wwan.h
Expand Up @@ -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;
Expand Down

0 comments on commit 49a12ca

Please sign in to comment.