staging: olpc_dcon: remove pointless debug printk in dcon_freeze_store()
authorShurong Zhang <zhang_shurong@foxmail.com>
Thu, 24 Aug 2017 15:33:10 +0000 (23:33 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 08:27:29 +0000 (10:27 +0200)
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>
drivers/staging/olpc_dcon/olpc_dcon.c

index f7f3a780ec1061f34c9488fcbd78ce97ef7d9943..82bffd911435d937501c07a9d7840030c4a35362 100644 (file)
@@ -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);