lkml.org 
[lkml]   [2004]   [Feb]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH 2.6 IrDA] ircomm_flags
From
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:01    [W:0.025 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site