Commit 77b29690 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller

[IRDA]: No need for volatile type when using set/test_bit.

parent 69c56d9d
......@@ -80,7 +80,7 @@ struct ircomm_tty_cb {
LOCAL_FLOW flow; /* IrTTP flow status */
int line;
volatile unsigned long flags;
unsigned long flags;
__u8 dlsap_sel;
__u8 slsap_sel;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment