diff options
Diffstat (limited to 'drivers/net/wireless/libertas')
-rw-r--r-- | drivers/net/wireless/libertas/if_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/if_spi.c b/drivers/net/wireless/libertas/if_spi.c index ecd4d04b2c3c..00600239a053 100644 --- a/drivers/net/wireless/libertas/if_spi.c +++ b/drivers/net/wireless/libertas/if_spi.c | |||
@@ -784,7 +784,7 @@ static int lbs_spi_thread(void *data) | |||
784 | up(&card->spi_thread_terminated); | 784 | up(&card->spi_thread_terminated); |
785 | do_exit(0); | 785 | do_exit(0); |
786 | } | 786 | } |
787 | } while (err == EINTR); | 787 | } while (err == -EINTR); |
788 | 788 | ||
789 | /* Read the host interrupt status register to see what we | 789 | /* Read the host interrupt status register to see what we |
790 | * can do. */ | 790 | * can do. */ |