Commit 0bf34ffb authored by Jes Sorensen's avatar Jes Sorensen Committed by David S. Miller

Tigon3: MAX_WAIT_CNT is too large.

parent e58c2f0e
......@@ -2874,7 +2874,7 @@ static int tg3_alloc_consistent(struct tg3 *tp)
return -ENOMEM;
}
#define MAX_WAIT_CNT 10000
#define MAX_WAIT_CNT 1000
/* To stop a block, clear the enable bit and poll till it
* clears. tp->lock is held.
......
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