[PATCH 2.6 IrDA] ircomm_flags

From: Jean Tourrilhes
Date: Wed Feb 25 2004 - 22:41:23 EST


irXXX_ircomm_flags.diff :
~~~~~~~~~~~~~~~~~~~~~~~
<Patch from Stephen Hemminger>
o [FEATURE] volatile not needed, always use set/test_bit


diff -Nru a/include/net/irda/ircomm_tty.h b/include/net/irda/ircomm_tty.h
--- a/include/net/irda/ircomm_tty.h Mon Feb 16 10:29:07 2004
+++ b/include/net/irda/ircomm_tty.h Mon Feb 16 10:29:07 2004
@@ -80,7 +80,7 @@
LOCAL_FLOW flow; /* IrTTP flow status */

int line;
- volatile unsigned long flags;
+ unsigned long flags;

__u8 dlsap_sel;
__u8 slsap_sel;
-
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/