diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 04:35:42 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 12:59:29 -0400 |
commit | da404dc0b1fe76b06a8d094e3ef1af9ec8252cec (patch) | |
tree | d66711e9a069ee9bf6a00891d0a0497e0e4a8a90 /sound | |
parent | 24a01d4ee4ee9196c1acc58c64dc216ba2578f1f (diff) | |
download | op-kernel-dev-da404dc0b1fe76b06a8d094e3ef1af9ec8252cec.zip op-kernel-dev-da404dc0b1fe76b06a8d094e3ef1af9ec8252cec.tar.gz |
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')
-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 3773e24..a168ba3 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 |