aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome/cros_ec_sysfs.c
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>2019-01-29 10:38:23 +0100
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>2019-02-01 10:13:06 +0100
commit73c935de7fde46c0052cf4b7564e956ce79c02e7 (patch)
treeaa086378b5a80a6c65bdd71c0c6e15fbb069934f /drivers/platform/chrome/cros_ec_sysfs.c
parentplatform/chrome: cros_ec_lightbar: remove pr_fmt() define (diff)
downloadlinux-dev-73c935de7fde46c0052cf4b7564e956ce79c02e7.tar.xz
linux-dev-73c935de7fde46c0052cf4b7564e956ce79c02e7.zip
platform/chrome: cros_ec_sysfs: remove pr_fmt() define
This driver no longer has any pr_{level} messages. Remove the pr_fmt(). Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Reviewed-by: Guenter Roeck <groeck@chromium.org>
Diffstat (limited to 'drivers/platform/chrome/cros_ec_sysfs.c')
-rw-r--r--drivers/platform/chrome/cros_ec_sysfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/platform/chrome/cros_ec_sysfs.c b/drivers/platform/chrome/cros_ec_sysfs.c
index 01c420727ee1..fe0b7614ae1b 100644
--- a/drivers/platform/chrome/cros_ec_sysfs.c
+++ b/drivers/platform/chrome/cros_ec_sysfs.c
@@ -3,8 +3,6 @@
//
// Copyright (C) 2014 Google, Inc.
-#define pr_fmt(fmt) "cros_ec_sysfs: " fmt
-
#include <linux/ctype.h>
#include <linux/delay.h>
#include <linux/device.h>