Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126422
b: refs/heads/master
c: f59abb1
h: refs/heads/master
v: v3
  • Loading branch information
Michael Buesch authored and Linus Torvalds committed Jan 6, 2009
1 parent e9ae0dd commit fa91432
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: 50682bb4de35544466c264c017030de826614367
refs/heads/master: f59abb161c955b68fd3d473368420c5919733e09
2 changes: 1 addition & 1 deletion trunk/drivers/parport/ieee1284.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ int parport_wait_event (struct parport *port, signed long timeout)

add_timer (&timer);
ret = down_interruptible (&port->physport->ieee1284.irq);
if (!del_timer (&timer) && !ret)
if (!del_timer_sync(&timer) && !ret)
/* Timed out. */
ret = 1;

Expand Down

0 comments on commit fa91432

Please sign in to comment.