[PATCH] typo in drivers/usb/class/usblp.c (resend)

From: Benoît Dejean
Date: Mon May 24 2004 - 05:12:23 EST


i think there's a typo error in usblp.c

patch against 2.6.6

--- linux-2.6.6/drivers/usb/class/usblp.c 2004-04-04
05:36:26.000000000
+0200
+++ linux-2.6.6-modified/drivers/usb/class/usblp.c 2004-05-24
01:15:20.000000000 +0200
@@ -305,7 +305,7 @@

if (~status & LP_PERRORP)
newerr = 3;
- if (status & LP_POUTPA)
+ if (~status & LP_POUTPA)
newerr = 1;
if (~status & LP_PSELECD)
newerr = 2;
--
BenoÃt Dejean
JID: TazForEver@xxxxxxxxxx
http://gdesklets.gnomedesktop.org
http://www.paulla.asso.fr

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/