Re: [PATCH 1/3] ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()

2017-05-01 Thread Keerthy
On Wednesday 26 April 2017 09:04 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 26 Apr 2017 16:45:25 +0200 > > A multiplication for the size determination of a memory allocation > indicated that an array data structure should be processed. >

Re: [PATCH 1/3] ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()

2017-05-01 Thread Keerthy
On Wednesday 26 April 2017 09:04 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 26 Apr 2017 16:45:25 +0200 > > A multiplication for the size determination of a memory allocation > indicated that an array data structure should be processed. > Thus use the corresponding

[PATCH 1/3] ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()

2017-04-26 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 26 Apr 2017 16:45:25 +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 "devm_kcalloc". This issue was detected by

[PATCH 1/3] ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()

2017-04-26 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 26 Apr 2017 16:45:25 +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 "devm_kcalloc". This issue was detected by using the Coccinelle software.