]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: core: Fixup delayed work clock gating patch
authorStephen Boyd <sboyd@codeaurora.org>
Mon, 5 Dec 2011 18:28:44 +0000 (10:28 -0800)
committerChris Ball <cjb@laptop.org>
Thu, 8 Dec 2011 04:26:40 +0000 (23:26 -0500)
commited945919a6e0556acbcd92d39f3bec4d6d290b11
tree787cebda4f047d3b20988981266f254d7aaf3df7
parent22d54f796311c34a02abad72e8b089a088a20416
mmc: core: Fixup delayed work clock gating patch

c31b50e (mmc: core: Use delayed work in clock gating framework,
2011-11-14) missed a few things during review:

 o A useless pr_info()

 o milliseconds was written as two words

 o The sysfs file had units in its output

Fix all three problems.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Cc: Sujit Reddy Thumma <sthumma@codeaurora.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
Documentation/mmc/mmc-dev-attrs.txt
drivers/mmc/core/host.c