Staging: rtl8712: use kmalloc_array over kmalloc
authorTapasweni Pathak <tapaswenipathak@gmail.com>
Sun, 21 Sep 2014 00:19:41 +0000 (05:49 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Sep 2014 15:11:56 +0000 (08:11 -0700)
commit9d76a7e4dc516016e1471f33de218ee0745bbc2d
treeb4a0f2d01a2f6c5ae070e550d7187a73912d4c79
parent15a4db9268f4090987cab4b2c40818291652607e
Staging: rtl8712: use kmalloc_array over kmalloc

This patch fixes checkpatch.pl warning in file rtl871x_xmit.c
WARNING : prefer kmalloc_array over kmalloc with multiply

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_xmit.c