[PATCH 01/24] ste_dma40: Use kmalloc_array() in d40_lcla_allocate()

2016-09-17 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 16 Sep 2016 17:56:07 +0200 * A multiplication for the size determination of a memory allocation indicated that an array data structure should be processed. Thus use the corresponding function "kmalloc_array". This issue was

[PATCH 01/24] ste_dma40: Use kmalloc_array() in d40_lcla_allocate()

2016-09-17 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 16 Sep 2016 17:56:07 +0200 * A multiplication for the size determination of a memory allocation indicated that an array data structure should be processed. Thus use the corresponding function "kmalloc_array". This issue was detected by using the Coccinelle