linux/arch/arm/plat-omap
Markus Elfring 738c985d85 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>
2017-10-11 11:13:15 -07:00
..
include/plat
counter_32k.c
debug-leds.c
dma.c ARM: OMAP: Use kcalloc() in omap_system_dma_probe() 2017-10-11 11:13:15 -07:00
dmtimer.c ARM: OMAP: Improve a size determination in two functions 2017-10-11 11:13:04 -07:00
Kconfig ARM: OMAP2+: Remove legacy mux code 2016-11-10 12:42:49 -07:00
Makefile ARM: OMAP2+: Remove legacy i2c.c platform init code 2016-11-10 08:53:30 -07:00
sram.c