[adm5120] more USB driver fixes [http://openwrt.pastebin.ca/768610 bootlog :)]
[openwrt.git] / target / linux / adm5120 / files / drivers / usb / host / adm5120-mem.c
index fdacf7c..daf59bc 100644 (file)
@@ -147,7 +147,7 @@ static struct urb_priv *urb_priv_alloc(struct admhcd *ahcd, int num_tds,
        if (!priv)
                goto err;
 
-       /* allocate the TDs (deferring hash chain updates) */
+       /* allocate the TDs */
        for (i = 0; i < num_tds; i++) {
                priv->td[i] = td_alloc(ahcd, mem_flags);
                if (priv->td[i] == NULL)