]> git.proxmox.com Git - mirror_ubuntu-artful-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)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Wed, 17 May 2017 16:38:13 +0000 (13:38 -0300)
commit2a2437280f61b7dc4f31bac244782b34a2b5544d
tree00b4b6f60f82723899f8611f7ca4dc87a8a4954b
parent54e476d97ae36def2aa697c020812989c3cce474
mmc: dw_mmc: silent verbose log when calling from PM context

BugLink: http://bugs.launchpad.net/bugs/1688485
commit ce69e2fea093b7fa3991c87849c4955cd47796c9 upstream.

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>
Cc: Alexander Kochetkov <al.kochet@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
drivers/mmc/host/dw_mmc.c