mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
parport: remove superfluous local variable
Signed-off-by: Andre Haupt <andre@bitwigglers.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
929dfb24fb
commit
d99a0344ae
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue