Commit 8d8155f8 authored by Chas Williams's avatar Chas Williams Committed by David S. Miller

[ATM]: [lanai] get sleep interval right

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0a5839d9
......@@ -813,7 +813,7 @@ static void lanai_shutdown_tx_vci(struct lanai_dev *lanai,
DPRINTK("read, write = %d, %d\n", read, write);
break;
}
msleep(4);
msleep(40);
}
/* 15.2.2 - clear out all tx registers */
cardvcc_write(lvcc, 0, vcc_txreadptr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment