Commit 48fb53f5 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] epca and specialix warning fixes

Event is just used for internal flags and with set_bit for atomicity. This
kills the warning the obvious way
parent 25de0e37
...@@ -121,7 +121,7 @@ struct channel ...@@ -121,7 +121,7 @@ struct channel
int close_delay; int close_delay;
int count; int count;
int blocked_open; int blocked_open;
int event; ulong event;
int asyncflags; int asyncflags;
uint dev; uint dev;
long session; long session;
......
...@@ -110,7 +110,7 @@ struct specialix_port { ...@@ -110,7 +110,7 @@ struct specialix_port {
struct tty_struct * tty; struct tty_struct * tty;
int count; int count;
int blocked_open; int blocked_open;
int event; ulong event;
int timeout; int timeout;
int close_delay; int close_delay;
long session; long session;
......
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