Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7937
b: refs/heads/master
c: ef08402
h: refs/heads/master
i:
  7935: b221087
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 8, 2005
1 parent 92a8d55 commit 0c80995
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 91e79c91fab10f5790159d8d0c1d16da2a9653f9
refs/heads/master: ef0840286045fe7ce84cb77e7608f0844c81001c
5 changes: 0 additions & 5 deletions trunk/drivers/usb/input/keyspan_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,11 +431,6 @@ static int keyspan_probe(struct usb_interface *interface, const struct usb_devic
struct usb_endpoint_descriptor *endpoint;
struct usb_device *udev = usb_get_dev(interface_to_usbdev(interface));

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

/* allocate memory for our device state and initialize it */
remote = kmalloc(sizeof(*remote), GFP_KERNEL);
if (remote == NULL) {
Expand Down

0 comments on commit 0c80995

Please sign in to comment.