]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: Remove unnessary return statement from the void function, omap2_show_dma...
authorNicholas Krause <xerofoify@gmail.com>
Thu, 28 May 2015 15:00:05 +0000 (11:00 -0400)
committerTony Lindgren <tony@atomide.com>
Mon, 1 Jun 2015 22:01:51 +0000 (15:01 -0700)
commitfd6d150e0d0e2a03f467c96f1803d0fe2cb8442b
treecc1ed1c509d231ba84b4e411314662890ffec135
parent18bd47e2a640ca261611ca64b7ad1fd14daa390a
ARM: OMAP2+: Remove unnessary return statement from the void function, omap2_show_dma_caps

This removes the no longer required return statement at the end
of the void function, omap2_show_dma_cap due to no need for a
return statement due to this function always running successfully.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/dma.c