libertas: down_interruptible() can return -EINTR, not EINTR
authorroel kluin <roel.kluin@gmail.com>
Mon, 3 Jan 2011 20:03:44 +0000 (12:03 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 4 Jan 2011 19:46:56 +0000 (14:46 -0500)
Fix test in lbs_spi_thread().  down_interruptible() can return -EINTR, but
not EINTR.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Cc: Dan Williams <dcbw@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found