projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24a01d4
)
snd_msnd ->mode is fmode_t, not mode_t
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 26 Jul 2011 08:35:42 +0000
(
04:35
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 26 Jul 2011 16:59:29 +0000
(12:59 -0400)
we put FMODE_... in there
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
sound/isa/msnd/msnd.h
patch
|
blob
|
history
diff --git
a/sound/isa/msnd/msnd.h
b/sound/isa/msnd/msnd.h
index
3773e24
..
a168ba3
100644
(file)
--- 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;
+
f
mode_t mode;
unsigned long flags;
#define F_RESETTING 0
#define F_HAVEDIGITAL 1