Skip to content

Commit

Permalink
platform/chrome: cros_ec_sysfs: remove pr_fmt() define
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Enric Balletbo i Serra committed Feb 1, 2019
1 parent d6c7901 commit 73c935d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/platform/chrome/cros_ec_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
//
// Copyright (C) 2014 Google, Inc.

#define pr_fmt(fmt) "cros_ec_sysfs: " fmt

#include <linux/ctype.h>
#include <linux/delay.h>
#include <linux/device.h>
Expand Down

0 comments on commit 73c935d

Please sign in to comment.