public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] typo in drivers/usb/class/usblp.c (resend)
@ 2004-05-24 10:11 Benoît Dejean
  2004-05-24 18:34 ` Randy.Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Benoît Dejean @ 2004-05-24 10:11 UTC (permalink / raw)
  To: linux-kernel

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@jabber.org
http://gdesklets.gnomedesktop.org
http://www.paulla.asso.fr


^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <mailman.1085393760.20566.linux-kernel2news@redhat.com>]

end of thread, other threads:[~2004-05-25  0:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-24 10:11 [PATCH] typo in drivers/usb/class/usblp.c (resend) Benoît Dejean
2004-05-24 18:34 ` Randy.Dunlap
     [not found] <mailman.1085393760.20566.linux-kernel2news@redhat.com>
2004-05-25  0:23 ` Pete Zaitcev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox