Re: [PATCH v2] usb: phy: using kzalloc instead of kmalloc

2012-12-20 Thread Stephen Warren
On 12/20/2012 05:44 AM, Sergei Shtylyov wrote: > Hello. > > On 20-12-2012 12:25, Venu Byravarasu wrote: > >> As Tegra PHY driver open is using kmalloc, >> changing it to kzalloc. Indeed, better might be: usb: phy: use kzalloc to allocate struct tegra_usb_phy Use kzalloc instead of kmalloc to a

Re: [PATCH v2] usb: phy: using kzalloc instead of kmalloc

2012-12-20 Thread Sergei Shtylyov
Hello. On 20-12-2012 12:25, Venu Byravarasu wrote: As Tegra PHY driver open is using kmalloc, changing it to kzalloc. This description doesn't make sense. Signed-off-by: Venu Byravarasu WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

[PATCH v2] usb: phy: using kzalloc instead of kmalloc

2012-12-20 Thread Venu Byravarasu
As Tegra PHY driver open is using kmalloc, changing it to kzalloc. Signed-off-by: Venu Byravarasu --- This patch is v2 patch for the patch discussed at http://marc.info/?l=linux-usb&m=135593869431766&w=2 drivers/usb/phy/tegra_usb_phy.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)