Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106156
b: refs/heads/master
c: d99a034
h: refs/heads/master
v: v3
  • Loading branch information
Andre Haupt authored and Linus Torvalds committed Jul 26, 2008
1 parent b12df48 commit e8e1743
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 929dfb24fbcd60e2544b2de7bfb4a68da4dfc747
refs/heads/master: d99a0344aefbfe991147472d46a6ee1c1a0043de
2 changes: 0 additions & 2 deletions trunk/drivers/parport/ieee1284.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ int parport_wait_peripheral(struct parport *port,
/* 40ms of slow polling. */
deadline = jiffies + msecs_to_jiffies(40);
while (time_before (jiffies, deadline)) {
int ret;

if (signal_pending (current))
return -EINTR;

Expand Down

0 comments on commit e8e1743

Please sign in to comment.