Files
linux/drivers/staging/csr
Devendra Naga 7cd4e8c577 staging: csr: replace calls to kmalloc and memset with kzalloc
the kzalloc does allocates memory and sets the data at the memory
which is allocated to 0,

The driver does uses the kmalloc and memset at some points in the code
replace them with a single call to kzalloc

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Acked-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-04 14:35:05 -07:00
..
2012-07-20 13:07:13 -07:00
2012-07-20 13:07:13 -07:00
2012-07-20 13:07:13 -07:00
2012-07-20 13:07:13 -07:00
2012-07-20 13:07:13 -07:00
2012-07-20 16:41:09 -07:00
2012-07-20 13:07:13 -07:00
2012-07-20 16:50:34 -07:00
2012-08-14 16:53:21 -07:00
2012-07-11 17:07:53 -07:00
2012-07-20 12:00:10 -07:00
2012-07-20 16:41:09 -07:00
2012-07-20 16:41:09 -07:00
2012-07-11 17:07:52 -07:00
2012-07-20 16:41:09 -07:00
2012-07-20 13:07:13 -07:00