]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ARM: OMAP1: DMA: Delete an unnecessary return statement in omap1_show_dma_caps()
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 1 Jun 2017 20:00:21 +0000 (22:00 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 7 Jun 2017 06:54:00 +0000 (23:54 -0700)
commit2abe5b343dc790cc577700b07ca8d10fed62ae0e
treebab558eb1e7789e39562bdfd34f01b836faf292c
parent61ee221ee45bc10d9115ba6ce8862ee62289a98f
ARM: OMAP1: DMA: Delete an unnecessary return statement in omap1_show_dma_caps()

The script "checkpatch.pl" pointed information out like the following.

WARNING: void function return statements are not generally useful

Thus remove such a statement in the affected function.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/dma.c