Skip to content
Commit 7f76e468 authored by Mathieu Malaterre's avatar Mathieu Malaterre Committed by Ulf Hansson
Browse files

mmc: jz4740: Annotate implicit fall through



There is a plan to build the kernel with -Wimplicit-fallthrough and
these places in the code produced warnings (W=1).

This commit removes the following warnings:

  drivers/mmc/host/jz4740_mmc.c:745:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
  drivers/mmc/host/jz4740_mmc.c:779:3: warning: this statement may fall through [-Wimplicit-fallthrough=]

Signed-off-by: default avatarMathieu Malaterre <malat@debian.org>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 9a633f3b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment