[adm5120] more USB driver changes
[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;
 
        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)
        for (i = 0; i < num_tds; i++) {
                priv->td[i] = td_alloc(ahcd, mem_flags);
                if (priv->td[i] == NULL)
This page took 0.02972 seconds and 4 git commands to generate.