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>
This commit is contained in:

committed by
Takashi Iwai

parent
6ea0cae73d
commit
3af5d0524a
@@ -50,8 +50,6 @@
|
||||
#include <linux/pnp.h>
|
||||
#include <linux/spinlock.h>
|
||||
|
||||
#define DEB(x)
|
||||
#define DEB1(x)
|
||||
#include "sound_config.h"
|
||||
|
||||
#include "ad1848.h"
|
||||
@@ -1016,8 +1014,6 @@ static void ad1848_close(int dev)
|
||||
ad1848_info *devc = (ad1848_info *) audio_devs[dev]->devc;
|
||||
ad1848_port_info *portc = (ad1848_port_info *) audio_devs[dev]->portc;
|
||||
|
||||
DEB(printk("ad1848_close(void)\n"));
|
||||
|
||||
devc->intr_active = 0;
|
||||
ad1848_halt(dev);
|
||||
|
||||
|
Reference in New Issue
Block a user