ARM: OMAP2+: Use kcalloc() in sr_set_nvalues()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 3 Jun 2017 17:09:07 +0000 (19:09 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 8 Jun 2017 10:02:31 +0000 (03:02 -0700)
commit6b72de4d331f058dbd8fa327f1e5d0a729583f56
tree3bbf45c73ce68fe53b9a3d27c6524a47997e64c5
parent1dfb5b59d6571104eff6629a0e73a6af347a3226
ARM: OMAP2+: Use kcalloc() in sr_set_nvalues()

* A multiplication for the size determination of a memory allocation
  indicated that an array data structure should be processed.
  Thus use the corresponding function "kcalloc".

  This issue was detected by using the Coccinelle software.

* Replace the specification of a data structure by a pointer dereference
  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: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/sr_device.c