projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a90f81
)
USB: Correct CONFIG variable typo.
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Mon, 28 Dec 2009 11:31:08 +0000
(06:31 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 2 Mar 2010 22:53:40 +0000
(14:53 -0800)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/ether.c
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/ether.c
b/drivers/usb/gadget/ether.c
index
141372b
..
400f803
100644
(file)
--- a/
drivers/usb/gadget/ether.c
+++ b/
drivers/usb/gadget/ether.c
@@
-259,7
+259,7
@@
static struct usb_configuration rndis_config_driver = {
/*-------------------------------------------------------------------------*/
-#ifdef USB_ETH_EEM
+#ifdef
CONFIG_
USB_ETH_EEM
static int use_eem = 1;
#else
static int use_eem;