Explorar o código

snd_msnd ->mode is fmode_t, not mode_t

we put FMODE_... in there

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro %!s(int64=14) %!d(string=hai) anos
pai
achega
da404dc0b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      sound/isa/msnd/msnd.h

+ 1 - 1
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