Commit 19e60c42 authored by Shurong Zhang's avatar Shurong Zhang Committed by Greg Kroah-Hartman

staging: olpc_dcon: remove pointless debug printk in dcon_freeze_store()

This printk doesn't really add anything worthwhile.
Signed-off-by: default avatarShurong Zhang <zhang_shurong@foxmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1919b056
......@@ -456,8 +456,6 @@ static ssize_t dcon_freeze_store(struct device *dev,
if (ret)
return ret;
pr_info("dcon_freeze_store: %lu\n", output);
switch (output) {
case 0:
dcon_set_source(dcon, DCON_SOURCE_CPU);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment