From d6c7901ba88f760f529c07d7b795710dcf3889b7 Mon Sep 17 00:00:00 2001 From: Enric Balletbo i Serra Date: Tue, 29 Jan 2019 10:38:22 +0100 Subject: [PATCH] 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 Reviewed-by: Guenter Roeck --- drivers/platform/chrome/cros_ec_lightbar.c | 2 -- 1 file changed, 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 #include #include -- 2.45.2