Re: [PATCH] ATM-iphase: Use kmalloc_array() in tx_init()

2016-09-09 Thread David Miller
From: SF Markus Elfring Date: Fri, 9 Sep 2016 20:42:16 +0200 > From: Markus Elfring > Date: Fri, 9 Sep 2016 20:40:16 +0200 > > * Multiplications for the size determination of memory allocations > indicated that array data structures should be processed. > Thus use the corresponding function

[PATCH] ATM-iphase: Use kmalloc_array() in tx_init()

2016-09-09 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 9 Sep 2016 20:40:16 +0200 * Multiplications for the size determination of memory allocations indicated that array data structures should be processed. Thus use the corresponding function "kmalloc_array". This issue was detected by using the Coccinelle softwa