]> asedeno.scripts.mit.edu Git - linux.git/commit
mmc: cb710: fix indentation issue in if block
authorColin Ian King <colin.king@canonical.com>
Thu, 7 Feb 2019 12:59:06 +0000 (12:59 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Feb 2019 07:40:58 +0000 (08:40 +0100)
commitc16e9b7656ae58f8d68b375a30863146e345018b
treea4636e439c574174203a9247e705c28ed20a258f
parent68539e2bc34437d8c5fbcc234dddcc40bd6bb1cb
mmc: cb710: fix indentation issue in if block

There is an if block that is not indented, fix this.  Also add a
break statement on the default case to clean up a cppcheck warning.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/cb710-mmc.c