Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249750
b: refs/heads/master
c: 8041f92
h: refs/heads/master
v: v3
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed May 18, 2011
1 parent 86ed352 commit 51bb6cd
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: 1d243c2e18a6070f4029b774966c51967c3240e0
refs/heads/master: 8041f92a204c06aa5bef5f42a5108e3886c0b215
5 changes: 0 additions & 5 deletions trunk/drivers/staging/easycap/easycap_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2986,8 +2986,6 @@ static int easycap_usb_probe(struct usb_interface *intf,
struct easycap *peasycap;
int ndong;
struct data_urb *pdata_urb;
size_t wMaxPacketSize;
u8 bEndpointAddress;
int i, j, k, m, rc;
u8 bInterfaceNumber;
u8 bInterfaceClass;
Expand Down Expand Up @@ -3350,9 +3348,6 @@ static int easycap_usb_probe(struct usb_interface *intf,
SAM("...... skipping\n");
continue;
}
wMaxPacketSize = le16_to_cpu(ep->wMaxPacketSize);
bEndpointAddress = ep->bEndpointAddress;


if (!usb_endpoint_is_isoc_in(ep)) {
JOM(4, "intf[%i]alt[%i]end[%i] is a %d endpoint\n",
Expand Down

0 comments on commit 51bb6cd

Please sign in to comment.