Re: [PATCH v2 11/12] platform/chrome: cros_ec_lightbar: remove pr_fmt() define

From: Guenter Roeck
Date: Mon Jan 28 2019 - 14:36:35 EST


On Sat, Jan 26, 2019 at 1:51 AM Enric Balletbo i Serra
<enric.balletbo@xxxxxxxxxxxxx> wrote:
>
> This driver no longer has any pr_{level} messages. Remove the pr_fmt().
>
> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@xxxxxxxxxxxxx>

Reviewed-by: Guenter Roeck <groeck@xxxxxxxxxxxx>

> ---
>
> Changes in v2: None
>
> 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 <linux/ctype.h>
> #include <linux/delay.h>
> #include <linux/device.h>
> --
> 2.20.1
>