diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 10:35:42 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 18:59:29 +0200 |
commit | da404dc0b1fe76b06a8d094e3ef1af9ec8252cec (patch) | |
tree | d66711e9a069ee9bf6a00891d0a0497e0e4a8a90 /sound/isa | |
parent | v9fs_iop_get_acl: get rid of unused variable (diff) | |
download | linux-da404dc0b1fe76b06a8d094e3ef1af9ec8252cec.tar.xz linux-da404dc0b1fe76b06a8d094e3ef1af9ec8252cec.zip |
snd_msnd ->mode is fmode_t, not mode_t
we put FMODE_... in there
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'sound/isa')
-rw-r--r-- | sound/isa/msnd/msnd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/msnd/msnd.h b/sound/isa/msnd/msnd.h index 3773e242b58e..a168ba3313ac 100644 --- a/sound/isa/msnd/msnd.h +++ b/sound/isa/msnd/msnd.h @@ -249,7 +249,7 @@ struct snd_msnd { /* State variables */ enum { msndClassic, msndPinnacle } type; - mode_t mode; + fmode_t mode; unsigned long flags; #define F_RESETTING 0 #define F_HAVEDIGITAL 1 |