OSDN Git Service

sound: usb-headset: Remove debug outputs
authorwloot <wlootlxt123@gmail.com>
Wed, 17 Apr 2019 05:45:52 +0000 (13:45 +0800)
committer0ranko0P <ranko0p@outlook.com>
Wed, 4 Dec 2019 17:17:31 +0000 (01:17 +0800)
sound/soc/codecs/usb-headset.c

index cc94d19..4e27f11 100644 (file)
@@ -19,7 +19,6 @@
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#define DEBUG
 #include <linux/delay.h>
 #include <linux/platform_device.h>
 #include <linux/err.h>
 #include <soc/qcom/socinfo.h>
 #include "usb-headset.h"
 
-#undef pr_debug
-#define pr_debug pr_err
-#undef dev_dbg
-#define dev_dbg dev_err
-#undef pr_info
-#define pr_info pr_err
-
-
 #define USBHS_SWITCH_AUDIO             0
 #define USBHS_SWITCH_USB               1