git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e57e780
)
usb: dwc3: core: cope with NULL pdata
author
Felipe Balbi
<balbi@ti.com>
Wed, 14 Aug 2013 18:21:23 +0000
(13:21 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 14 Aug 2013 19:23:09 +0000
(12:23 -0700)
if pdata is a NULL pointer we could cause a
kernel oops when probing the driver. Make sure
to cope with systems which won't pass pdata
to the driver.
Tested-by: Paul Zimmerman <paulz@synopsys.com>
Reported-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found