mmc: wbsd: remove CONFIG_MMC_DEBUG from the driver
authorShawn Lin <shawn.lin@rock-chips.com>
Wed, 19 Jul 2017 07:55:48 +0000 (15:55 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 30 Aug 2017 12:01:35 +0000 (14:01 +0200)
commit7b6bd20bc4e343094ed0ac650f4fb5d1fdb3d5da
treedb8c2f1dc2d192e54ab322213fd8df4e6a278c95
parent03596b927f83004e84cf131aa45c0ee3dfe31b4b
mmc: wbsd: remove CONFIG_MMC_DEBUG from the driver

wbsd only use this to print some unsupported command.
However the pr_warn should be enough for dynamic log
control and CONFIG_MMC_DEBUG seems bogus here. Remove it.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/wbsd.c