{
ahcd->next_statechange = jiffies;
spin_lock_init(&ahcd->lock);
- spin_lock_init(&ahcd->dma_lock);
}
/*-------------------------------------------------------------------------*/
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)