]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9f5c86a00b707fa17f020c5f1f63261dbf2cfa1e
tree42c35402691d155d36d028abc14ccde304a11453
parent2358d48a6db92cb022eb848a0943363a742d51a5
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