From 3af5d0524aac70a6df638d6558f4b60dbf0216e7 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Fri, 4 Apr 2014 09:09:08 -0700 Subject: 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 Signed-off-by: Takashi Iwai --- sound/oss/sb_common.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sound/oss/sb_common.c') diff --git a/sound/oss/sb_common.c b/sound/oss/sb_common.c index 851a1da46be1..3d50fb4236ed 100644 --- a/sound/oss/sb_common.c +++ b/sound/oss/sb_common.c @@ -226,8 +226,6 @@ int sb_dsp_reset(sb_devc * devc) { int loopc; - DEB(printk("Entered sb_dsp_reset()\n")); - if (devc->model == MDL_ESS) return ess_dsp_reset (devc); /* This is only for non-ESS chips */ @@ -246,8 +244,6 @@ int sb_dsp_reset(sb_devc * devc) return 0; /* Sorry */ } - DEB(printk("sb_dsp_reset() OK\n")); - return 1; } -- cgit v1.2.3-59-g8ed1b