staging/easycap: easycap_probe: drop more unused variables
wMaxPacketSize are bEndpointAddress assigned but not used Cc: Mike Thomas <rmthomas@sciolus.org> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
1d243c2e18
commit
8041f92a20
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue