summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDevendra Naga <devendra.aaru@gmail.com>2012-08-26 11:06:33 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-04 14:09:02 -0700
commitb7553423cde0cb49a35fabcb15f83688c01ce400 (patch)
tree6e951fdd777bdefd87ed19c7685eff1a1e928bd1 /include/linux
parent3cd84fbd667d1dd01209b8c30a3a8525e8a99e63 (diff)
staging: rtl8192u: use kzalloc to allocate firmware pointer
the firmware pointer is allocated with kmalloc and memset, instead we can just do a kzalloc which will return a memory that has been memset. Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions