diff options
author | Joe Perches <joe@perches.com> | 2014-04-04 12:09:08 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-04-04 12:20:10 -0400 |
commit | 3af5d0524aac70a6df638d6558f4b60dbf0216e7 (patch) | |
tree | 9979437b11678a58498634e1400cf15a4c7cef56 /sound/oss/sound_config.h | |
parent | 6ea0cae73d3b5ee963bea9348220b61fd8960743 (diff) |
sound/oss: Remove uncompilable DBG macro use
Most of it duplicates function tracing and one
of them has an uncompilable printf %P use.
Others have format/argument mismatches.
Remove unused DBG1 macro definition
Neaten uart401.c use of ok test around this
DBG macro removal.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/oss/sound_config.h')
-rw-r--r-- | sound/oss/sound_config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/oss/sound_config.h b/sound/oss/sound_config.h index 9d35c4c65b9b..f2554ab78f5e 100644 --- a/sound/oss/sound_config.h +++ b/sound/oss/sound_config.h | |||
@@ -123,10 +123,6 @@ static inline int translate_mode(struct file *file) | |||
123 | #include "sound_calls.h" | 123 | #include "sound_calls.h" |
124 | #include "dev_table.h" | 124 | #include "dev_table.h" |
125 | 125 | ||
126 | #ifndef DEB | ||
127 | #define DEB(x) | ||
128 | #endif | ||
129 | |||
130 | #ifndef DDB | 126 | #ifndef DDB |
131 | #define DDB(x) do {} while (0) | 127 | #define DDB(x) do {} while (0) |
132 | #endif | 128 | #endif |