aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome/cros_ec_lightbar.c
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>2019-01-29 10:38:22 +0100
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>2019-02-01 10:13:06 +0100
commitd6c7901ba88f760f529c07d7b795710dcf3889b7 (patch)
treebaaf1fbe686d4f4846d0835e3acaff4ad9ed6527 /drivers/platform/chrome/cros_ec_lightbar.c
parentplatform/chrome: cros_kbd_led_backlight: switch to SPDX identifier (diff)
downloadlinux-dev-d6c7901ba88f760f529c07d7b795710dcf3889b7.tar.xz
linux-dev-d6c7901ba88f760f529c07d7b795710dcf3889b7.zip
platform/chrome: cros_ec_lightbar: 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_lightbar.c')
-rw-r--r--drivers/platform/chrome/cros_ec_lightbar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/platform/chrome/cros_ec_lightbar.c b/drivers/platform/chrome/cros_ec_lightbar.c
index 37689ad79544..d30a6650b0b5 100644
--- a/drivers/platform/chrome/cros_ec_lightbar.c
+++ b/drivers/platform/chrome/cros_ec_lightbar.c
@@ -3,8 +3,6 @@
//
// Copyright (C) 2014 Google, Inc.
-#define pr_fmt(fmt) "cros_ec_lightbar: " fmt
-
#include <linux/ctype.h>
#include <linux/delay.h>
#include <linux/device.h>