projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36a01f4
)
staging: line6: drop MIDI from CONFIG_LINE6_USB_DUMP_ANY
author
Stefan Hajnoczi
<stefanha@gmail.com>
Wed, 14 Nov 2012 07:50:45 +0000
(08:50 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 15 Nov 2012 00:29:31 +0000
(16:29 -0800)
CONFIG_LINE6_USB_DUMP_MIDI is no longer used by the code and therefore
no longer plays a role in CONFIG_LINE6_USB_DUMP_ANY.
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/driver.h
patch
|
blob
|
history
diff --git
a/drivers/staging/line6/driver.h
b/drivers/staging/line6/driver.h
index 7770635028b8eafa13dc5fafe05ecfd282e21004..f0be5a2adaba1d4ae383e9fd0f50ba84b9953360 100644
(file)
--- a/
drivers/staging/line6/driver.h
+++ b/
drivers/staging/line6/driver.h
@@
-20,7
+20,7
@@
#define DRIVER_NAME "line6usb"
-#if defined(CONFIG_LINE6_USB_DUMP_
MIDI) || defined(CONFIG_LINE6_USB_DUMP_
PCM)
+#if defined(CONFIG_LINE6_USB_DUMP_PCM)
#define CONFIG_LINE6_USB_DUMP_ANY
#endif