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:
16a665f
)
usb: phy: use kzalloc to allocate struct tegra_usb_phy
author
Venu Byravarasu
<vbyravarasu@nvidia.com>
Sat, 12 Jan 2013 00:31:29 +0000
(17:31 -0700)
committer
Stephen Warren
<swarren@nvidia.com>
Mon, 28 Jan 2013 18:20:04 +0000
(11:20 -0700)
Use kzalloc instead of kmalloc to allocate struct tegra_usb_phy.
This ensures that all function pointers in member u_phy are
initialized to NULL.
Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
No differences found