commit | aeb5d727062a0238a2f96c9c380fbd2be4640c6f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Sep 02 15:28:45 2008 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Oct 21 07:47:06 2008 -0400 |
tree | 51dae8a071fcf42e4431a66d37c5b843c8e99cf6 | |
parent | 2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4 [diff] [blame] |
[PATCH] introduce fmode_t, do annotations Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/sound/oss/swarm_cs4297a.c b/sound/oss/swarm_cs4297a.c index 044453a..41562ec 100644 --- a/sound/oss/swarm_cs4297a.c +++ b/sound/oss/swarm_cs4297a.c
@@ -295,7 +295,7 @@ struct mutex open_mutex; struct mutex open_sem_adc; struct mutex open_sem_dac; - mode_t open_mode; + fmode_t open_mode; wait_queue_head_t open_wait; wait_queue_head_t open_wait_adc; wait_queue_head_t open_wait_dac;