|
@@ -966,13 +966,11 @@ static void c67x00_handle_successful_td(struct c67x00_hcd *c67x00,
|
|
static void c67x00_handle_isoc(struct c67x00_hcd *c67x00, struct c67x00_td *td)
|
|
static void c67x00_handle_isoc(struct c67x00_hcd *c67x00, struct c67x00_td *td)
|
|
{
|
|
{
|
|
struct urb *urb = td->urb;
|
|
struct urb *urb = td->urb;
|
|
- struct c67x00_urb_priv *urbp;
|
|
|
|
int cnt;
|
|
int cnt;
|
|
|
|
|
|
if (!urb)
|
|
if (!urb)
|
|
return;
|
|
return;
|
|
|
|
|
|
- urbp = urb->hcpriv;
|
|
|
|
cnt = td->privdata;
|
|
cnt = td->privdata;
|
|
|
|
|
|
if (td->status & TD_ERROR_MASK)
|
|
if (td->status & TD_ERROR_MASK)
|