Skip to content

Commit

Permalink
parport: remove superfluous local variable
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Haupt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
bitwigglers authored and torvalds committed Jul 26, 2008
1 parent 929dfb2 commit d99a034
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 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 d99a034

Please sign in to comment.