Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218412
b: refs/heads/master
c: 5202e17
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Oct 25, 2010
1 parent d1fd261 commit ff76900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 11a766ce915fc9f8663714eac6d59239388534ea
refs/heads/master: 5202e173d7bc5ff832a4f36e66f26e00feb343c6
2 changes: 1 addition & 1 deletion trunk/drivers/net/tokenring/tms380tr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ void tms380tr_wait(unsigned long time)
tmp = schedule_timeout_interruptible(tmp);
} while(time_after(tmp, jiffies));
#else
udelay(time);
mdelay(time / 1000);
#endif
}

Expand Down

0 comments on commit ff76900

Please sign in to comment.