* [PATCH] usb: dwc3: core: Cocci spatch "odd_ptr_err.spatch"
@ 2013-06-01 10:10 Thomas Meyer
2013-06-01 17:00 ` Felipe Balbi
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Meyer @ 2013-06-01 10:10 UTC (permalink / raw)
To: balbi, grant.likely, rob.herring, linux-usb, linux-omap, linux-kernel
Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
---
diff -u -p a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c
--- a/drivers/usb/dwc3/core.c
+++ b/drivers/usb/dwc3/core.c
@@ -450,7 +450,7 @@ static int dwc3_probe(struct platform_de
}
if (IS_ERR(dwc->usb3_phy)) {
- ret = PTR_ERR(dwc->usb2_phy);
+ ret = PTR_ERR(dwc->usb3_phy);
/*
* if -ENXIO is returned, it means PHY layer wasn't
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] usb: dwc3: core: Cocci spatch "odd_ptr_err.spatch"
2013-06-01 10:10 [PATCH] usb: dwc3: core: Cocci spatch "odd_ptr_err.spatch" Thomas Meyer
@ 2013-06-01 17:00 ` Felipe Balbi
0 siblings, 0 replies; 2+ messages in thread
From: Felipe Balbi @ 2013-06-01 17:00 UTC (permalink / raw)
To: Thomas Meyer
Cc: balbi, grant.likely, rob.herring, linux-usb, linux-omap, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 141 bytes --]
On Sat, Jun 01, 2013 at 12:10:59PM +0200, Thomas Meyer wrote:
>
> Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
-ENOLOG
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-01 17:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-01 10:10 [PATCH] usb: dwc3: core: Cocci spatch "odd_ptr_err.spatch" Thomas Meyer
2013-06-01 17:00 ` Felipe Balbi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®