aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files/drivers/usb/host/adm5120-mem.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-11-10 19:20:47 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-11-10 19:20:47 +0000
commit6d59c121972b0f30151d52547c02361244379d2f (patch)
tree1f37fd1e10fcb9d617f0a09e3de37551a3e34095 /target/linux/adm5120/files/drivers/usb/host/adm5120-mem.c
parent3a42691fb0a78e952a8f4699005b45693d2e757e (diff)
downloadmaster-187ad058-6d59c121972b0f30151d52547c02361244379d2f.tar.gz
master-187ad058-6d59c121972b0f30151d52547c02361244379d2f.tar.bz2
master-187ad058-6d59c121972b0f30151d52547c02361244379d2f.zip
[adm5120] more USB driver fixes [http://openwrt.pastebin.ca/768610 bootlog :)]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9530 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/files/drivers/usb/host/adm5120-mem.c')
-rw-r--r--target/linux/adm5120/files/drivers/usb/host/adm5120-mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/files/drivers/usb/host/adm5120-mem.c b/target/linux/adm5120/files/drivers/usb/host/adm5120-mem.c
index fdacf7c113..daf59bc434 100644
--- a/target/linux/adm5120/files/drivers/usb/host/adm5120-mem.c
+++ b/target/linux/adm5120/files/drivers/usb/host/adm5120-mem.c
@@ -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)