]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: dw_mmc: silent verbose log when calling from PM context
authorShawn Lin <shawn.lin@rock-chips.com>
Tue, 17 Jan 2017 01:22:55 +0000 (09:22 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 13 Feb 2017 12:20:53 +0000 (13:20 +0100)
commitcb373540b2f4bd270792c602b2234422d6170139
tree5426921c88bf020947c3ef6d42343656d8894a27
parent300dd3f78383efccbc5d85c0bd06eabb910e90f1
mmc: dw_mmc: silent verbose log when calling from PM context

When deploying runtime PM, it's quite verbose to print the
log of ios setting. Also it's useless to print it from system
PM as it should be the same with booting time. We also have
sysfs to get all these information from ios attribute, so let's
skip this print from PM context.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/dw_mmc.c