From: Nicholas Krause Date: Thu, 28 May 2015 15:00:05 +0000 (-0400) Subject: ARM: OMAP2+: Remove unnessary return statement from the void function, omap2_show_dma... X-Git-Tag: omap-for-v4.2/fixes-rc1~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3abe2556b2a689b28926cd1581f0b97e9d2afa4;p=pandora-kernel.git 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed