diff options
Diffstat (limited to 'drivers/char/ip2/i2lib.c')
-rw-r--r-- | drivers/char/ip2/i2lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/ip2/i2lib.c b/drivers/char/ip2/i2lib.c index e46120d05b68..d6567b32fb5c 100644 --- a/drivers/char/ip2/i2lib.c +++ b/drivers/char/ip2/i2lib.c | |||
@@ -661,7 +661,7 @@ i2QueueCommands(int type, i2ChanStrPtr pCh, int timeout, int nCommands, | |||
661 | if (!in_interrupt()) { | 661 | if (!in_interrupt()) { |
662 | schedule_timeout_interruptible(1); // short nap | 662 | schedule_timeout_interruptible(1); // short nap |
663 | } else { | 663 | } else { |
664 | // we cannot sched/sleep in interrrupt silly | 664 | // we cannot sched/sleep in interrupt silly |
665 | return 0; | 665 | return 0; |
666 | } | 666 | } |
667 | if (signal_pending(current)) { | 667 | if (signal_pending(current)) { |