]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 26 Apr 2017 14:45:25 +0000 (16:45 +0200)
committerEduardo Valentin <edubezval@gmail.com>
Wed, 24 May 2017 03:06:56 +0000 (20:06 -0700)
commit748c23d88610b5df378d86e7192e4bd1f58adb35
tree82ecd1b10ab8829acc8e34d948f228a3cc63cf59
parentc4b379d0640a35b6c87200c3bdac0df2e6137022
ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()

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.

Acked-by: Keerthy <j-keerthy@ti.com>
Tested-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/ti-soc-thermal/ti-bandgap.c