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:
f52022b
)
USB: gadget: AT91: fix typo in atmel_usba_udc driver
author
Josh Wu
<josh.wu@atmel.com>
Tue, 16 Nov 2010 10:51:32 +0000
(11:51 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 16 Nov 2010 21:36:41 +0000
(13:36 -0800)
compile fix for bug introduced by
969affff547027
)
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Cc: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/atmel_usba_udc.c
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/atmel_usba_udc.c
b/drivers/usb/gadget/atmel_usba_udc.c
index b5e20e873cbad09bbebb7134929cf97880532bea..717ff653fa2330a9e5b78774b1a084f80186faf0 100644
(file)
--- a/
drivers/usb/gadget/atmel_usba_udc.c
+++ b/
drivers/usb/gadget/atmel_usba_udc.c
@@
-2017,7
+2017,7
@@
static int __init usba_udc_probe(struct platform_device *pdev)
}
} else {
/* gpio_request fail so use -EINVAL for gpio_is_valid */
- u
b
c->vbus_pin = -EINVAL;
+ u
d
c->vbus_pin = -EINVAL;
}
}