Home
last modified time | relevance | path

Searched hist:"0 bebaa5f01bc018cd0246997d2b00f1ed44964a8" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/rc/
H A Dredrat3.cdiff 0bebaa5f01bc018cd0246997d2b00f1ed44964a8 Thu Oct 13 08:35:57 CEST 2016 Markus Elfring <elfring@users.sourceforge.net> [media] RedRat3: Use kcalloc() in two functions

* Multiplications for the size determination of memory allocations
indicated that array data structures should be processed.
Thus use the corresponding function "kcalloc".

This issue was detected by using the Coccinelle software.

* Replace the specification of data types by pointer dereferences
to make the corresponding size determination a bit safer according to
the Linux coding style convention.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>