summaryrefslogtreecommitdiffstats
path: root/drivers/platform
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
parent0e27a11f3201a9835d5bb584c9842d8d47326073 (diff)
downloadlinux-0-day-d6c7901ba88f760f529c07d7b795710dcf3889b7.tar.gz
linux-0-day-d6c7901ba88f760f529c07d7b795710dcf3889b7.tar.xz
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')
-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 37689ad795448..d30a6650b0b55 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>