]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 5 Aug 2016 05:13:36 +0000 (14:13 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 5 Aug 2016 11:48:01 +0000 (20:48 +0900)
commit89f69e51734f5d704ef84503d24907bfde2f5577
tree660def2c6e214d0617a49de64f19aa908645f053
parent4587f53a582c9ab0bd908cff590755bfc03fced4
mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA

When disabled CONFIG_MMC_SDMA, variable caps didn't use.
This patch fixes the compiler error for -Wunused-but-set-variable

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/sdhci.c