Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2840
b: refs/heads/master
c: 2c4ee8f
h: refs/heads/master
v: v3
  • Loading branch information
Nishanth Aravamudan authored and David S. Miller committed Jun 23, 2005
1 parent 1d36b71 commit a127edd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: ebc3f64b864fc16a594c2e63bf55a55c7d42084b
refs/heads/master: 2c4ee8f907fc4a3c69273a958f853bf4b358eb49
6 changes: 2 additions & 4 deletions trunk/drivers/net/appletalk/ltpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1109,8 +1109,7 @@ struct net_device * __init ltpc_probe(void)
inb_p(io+1);
inb_p(io+3);

set_current_state(TASK_UNINTERRUPTIBLE);
schedule_timeout(2*HZ/100);
msleep(20);

inb_p(io+0);
inb_p(io+2);
Expand All @@ -1120,8 +1119,7 @@ struct net_device * __init ltpc_probe(void)
inb_p(io+5); /* enable dma */
inb_p(io+6); /* tri-state interrupt line */

set_current_state(TASK_UNINTERRUPTIBLE);
schedule_timeout(HZ);
ssleep(1);

/* now, figure out which dma channel we're using, unless it's
already been specified */
Expand Down

0 comments on commit a127edd

Please sign in to comment.