From: Venu Byravarasu Date: Sat, 12 Jan 2013 00:31:29 +0000 (-0700) Subject: usb: phy: use kzalloc to allocate struct tegra_usb_phy X-Git-Tag: v3.9-rc1~118^2~14^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b26c94cdc1a201f3ae1aa75bf8963da53e1aa71;p=pandora-kernel.git usb: phy: use kzalloc to allocate struct tegra_usb_phy 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 Acked-by: Greg Kroah-Hartman Signed-off-by: Stephen Warren --- Reading git-diff-tree failed