Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26727
b: refs/heads/master
c: bfe2e93
h: refs/heads/master
i:
  26725: f463628
  26723: b03c689
  26719: e89d53b
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed May 15, 2006
1 parent cee470f commit d860d47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b2d596d8e08099b47e0a75aa4b7f82aae780e851
refs/heads/master: bfe2e9349f318883c036607c64b6205d573a28ff
4 changes: 2 additions & 2 deletions trunk/drivers/isdn/gigaset/usb-gigaset.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,8 @@ static int gigaset_probe(struct usb_interface *interface,
retval = -ENODEV; //FIXME

/* See if the device offered us matches what we can accept */
if ((le16_to_cpu(udev->descriptor.idVendor != USB_M105_VENDOR_ID)) ||
(le16_to_cpu(udev->descriptor.idProduct != USB_M105_PRODUCT_ID)))
if ((le16_to_cpu(udev->descriptor.idVendor) != USB_M105_VENDOR_ID) ||
(le16_to_cpu(udev->descriptor.idProduct) != USB_M105_PRODUCT_ID))
return -ENODEV;

/* this starts to become ascii art... */
Expand Down

0 comments on commit d860d47

Please sign in to comment.