Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Shurong Zhang and committed by
Greg Kroah-Hartman
19e60c42 1919b056

-2
-2
drivers/staging/olpc_dcon/olpc_dcon.c
··· 456 456 if (ret) 457 457 return ret; 458 458 459 - pr_info("dcon_freeze_store: %lu\n", output); 460 - 461 459 switch (output) { 462 460 case 0: 463 461 dcon_set_source(dcon, DCON_SOURCE_CPU);