dmaengine: pl330: Mark expected switch fall-through
authorVinod Koul <vkoul@kernel.org>
Mon, 9 Jul 2018 11:39:58 +0000 (17:09 +0530)
committerVinod Koul <vkoul@kernel.org>
Tue, 10 Jul 2018 15:17:06 +0000 (20:47 +0530)
commitbbcb87555869cb6c249bf00d13d3bc400c476c84
tree42c35402691d155d36d028abc14ccde304a11453
parentce397d215ccd07b8ae3f71db689aedb85d56ab40
dmaengine: pl330: Mark expected switch fall-through

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/pl330.c