ARM: OMAP: Use kcalloc() in omap_system_dma_probe()
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 3 Oct 2017 19:07:33 +0000 (21:07 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 11 Oct 2017 18:13:15 +0000 (11:13 -0700)
commit738c985d85afdc592c0dda205b2d71043bdc5bfb
treed46a9e812190f850e7569056a99b19f7a16b4725
parent16e7ea5380258c75e8c79c1737cc72ce2573d3b8
ARM: OMAP: Use kcalloc() in omap_system_dma_probe()

* 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 type 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/plat-omap/dma.c