From: Enric Balletbo i Serra Date: Tue, 29 Jan 2019 09:38:22 +0000 (+0100) Subject: platform/chrome: cros_ec_lightbar: remove pr_fmt() define X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d6c7901ba88f760f529c07d7b795710dcf3889b7;p=linux.git 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 --- 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 #include #include