Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316986
b: refs/heads/master
c: 02f824a
h: refs/heads/master
v: v3
  • Loading branch information
Jeffrin Jose authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent dbf6944 commit 17e339c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9cb07563721cb05f91b517aefd70b57ba8a1d5aa
refs/heads/master: 02f824ac75d1c861aae59be5d6d739043c2066e7
2 changes: 1 addition & 1 deletion trunk/drivers/usb/class/cdc-acm.c
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ static int acm_probe(struct usb_interface *intf,
case USB_CDC_CALL_MANAGEMENT_TYPE:
call_management_function = buffer[3];
call_interface_num = buffer[4];
if ( (quirks & NOT_A_MODEM) == 0 && (call_management_function & 3) != 3)
if ((quirks & NOT_A_MODEM) == 0 && (call_management_function & 3) != 3)
dev_err(&intf->dev, "This device cannot do calls on its own. It is not a modem.\n");
break;
default:
Expand Down

0 comments on commit 17e339c

Please sign in to comment.