diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-01-19 16:06:03 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-20 08:18:20 +0100 |
commit | 10e3a023c97e67975812027c1a96db874be2e78d (patch) | |
tree | f4a638baad0a9d364dd458051de1278957bdca64 /sound/usb/line6/driver.h | |
parent | 2cd53fa9d38b98ea5ae4268e021c4f4cd68227a5 (diff) | |
download | blackbird-op-linux-10e3a023c97e67975812027c1a96db874be2e78d.tar.gz blackbird-op-linux-10e3a023c97e67975812027c1a96db874be2e78d.zip |
ALSA: line6: Drop MISSING_CASE macro
Such a debug is needed in the core code, not in each lowlevel driver.
Tested-by: Chris Rorvick <chris@rorvick.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/line6/driver.h')
-rw-r--r-- | sound/usb/line6/driver.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/usb/line6/driver.h b/sound/usb/line6/driver.h index 31cd318369e9..8e4d946a130c 100644 --- a/sound/usb/line6/driver.h +++ b/sound/usb/line6/driver.h @@ -48,10 +48,6 @@ #define LINE6_CHANNEL_MASK 0x0f -#define MISSING_CASE \ - pr_err("line6usb driver bug: missing case in %s:%d\n", \ - __FILE__, __LINE__) - #define CHECK_RETURN(x) \ do { \ err = x; \ |