]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/host/uhci-debug.c
[PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULL
[karo-tx-linux.git] / drivers / usb / host / uhci-debug.c
index 4538a98b6f9d3ec2381dd9daf0dd82ab4b0af843..04eddd7995c30d4c3db62cd157dfb167d28a227f 100644 (file)
@@ -348,7 +348,6 @@ static int uhci_show_urbp(struct uhci_hcd *uhci, struct urb_priv *urbp, char *bu
 
        if (urbp->urb->status != -EINPROGRESS)
                out += sprintf(out, "Status=%d ", urbp->urb->status);
-       //out += sprintf(out, "Inserttime=%lx ",urbp->inserttime);
        //out += sprintf(out, "FSBRtime=%lx ",urbp->fsbrtime);
 
        count = 0;