[PATCH 4/5] staging/gdm72xx: use kzalloc for phydev and sdev

2012-07-12 Thread Devendra Naga
in sdio probe function we are doing kmalloc which can be done using kzalloc. Signed-off-by: Devendra Naga --- drivers/staging/gdm72xx/gdm_sdio.c |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/staging/gdm72xx/gdm_sdio.c b/drivers/staging/gdm72xx/gdm_sdio.c

[PATCH 4/5] staging/gdm72xx: use kzalloc for phydev and sdev

2012-07-12 Thread Devendra Naga
in sdio probe function we are doing kmalloc which can be done using kzalloc. Signed-off-by: Devendra Naga devendra.a...@gmail.com --- drivers/staging/gdm72xx/gdm_sdio.c |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/staging/gdm72xx/gdm_sdio.c