usb: phy: use kzalloc to allocate struct tegra_usb_phy
authorVenu Byravarasu <vbyravarasu@nvidia.com>
Sat, 12 Jan 2013 00:31:29 +0000 (17:31 -0700)
committerStephen 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