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/ad1848.c | |
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/ad1848.c')
-rw-r--r-- | sound/oss/ad1848.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/oss/ad1848.c b/sound/oss/ad1848.c index 4918b7145b73..ec1ee07df59d 100644 --- a/sound/oss/ad1848.c +++ b/sound/oss/ad1848.c | |||
@@ -50,8 +50,6 @@ | |||
50 | #include <linux/pnp.h> | 50 | #include <linux/pnp.h> |
51 | #include <linux/spinlock.h> | 51 | #include <linux/spinlock.h> |
52 | 52 | ||
53 | #define DEB(x) | ||
54 | #define DEB1(x) | ||
55 | #include "sound_config.h" | 53 | #include "sound_config.h" |
56 | 54 | ||
57 | #include "ad1848.h" | 55 | #include "ad1848.h" |
@@ -1016,8 +1014,6 @@ static void ad1848_close(int dev) | |||
1016 | ad1848_info *devc = (ad1848_info *) audio_devs[dev]->devc; | 1014 | ad1848_info *devc = (ad1848_info *) audio_devs[dev]->devc; |
1017 | ad1848_port_info *portc = (ad1848_port_info *) audio_devs[dev]->portc; | 1015 | ad1848_port_info *portc = (ad1848_port_info *) audio_devs[dev]->portc; |
1018 | 1016 | ||
1019 | DEB(printk("ad1848_close(void)\n")); | ||
1020 | |||
1021 | devc->intr_active = 0; | 1017 | devc->intr_active = 0; |
1022 | ad1848_halt(dev); | 1018 | ad1848_halt(dev); |
1023 | 1019 | ||