[PATCH] typo in drivers/usb/class/usblp.c
From: Benoît Dejean (TazForEver_at_free.fr)
Date: 05/24/04
- Previous message: Cef (LKML): "Re: [announce/OT] kerneltop ver. 0.7"
- In reply to: AKIYAMA Nobuyuki: "[PATCH] NMI trigger switch support for debugging"
- Next in thread: Andi Kleen: "Re: [PATCH] NMI trigger switch support for debugging"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 24 May 2004 12:01:27 +0200 To: unlisted-recipients: ;(no To-header on input)
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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Cef (LKML): "Re: [announce/OT] kerneltop ver. 0.7"
- In reply to: AKIYAMA Nobuyuki: "[PATCH] NMI trigger switch support for debugging"
- Next in thread: Andi Kleen: "Re: [PATCH] NMI trigger switch support for debugging"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|