mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 05:34:13 +08:00
staging: olpc_dcon: remove pointless debug printk in dcon_freeze_store()
This printk doesn't really add anything worthwhile. Signed-off-by: Shurong Zhang <zhang_shurong@foxmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1919b0562b
commit
19e60c42ca
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user