Skip to content

Commit

Permalink
snd_msnd ->mode is fmode_t, not mode_t
Browse files Browse the repository at this point in the history
we put FMODE_... in there

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Jul 26, 2011
1 parent 24a01d4 commit da404dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/isa/msnd/msnd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da404dc

Please sign in to comment.