aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNathan Huckleberry <nhuck@google.com>2019-06-13 11:58:38 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-18 08:44:09 +0200
commit1a65a03561198f38f8198650b52f55a21cbb4b6c (patch)
tree91ef033c37464b4cb00f4b71d99af1e9a2ac9fbf /tools/perf/scripts/python
parenta954e5fb4bc2d401b8fc3b4c7cd316497ff80225 (diff)
usb: host: xhci-tegra: Fix Wunused-const-variable
Clang produces the following warning drivers/usb/host/xhci-tegra.c:357:27: warning: unused variable 'mbox_cmd_name' [-Wunused-const-variable] static const char * const mbox_cmd_name[] = { Looks like it was intended for logging or debugging, but was never implemented. Removing mbox_cmd_name. Cc: clang-built-linux@googlegroups.com Link: https://github.com/ClangBuiltLinux/linux/issues/533 Signed-off-by: Nathan Huckleberry <nhuck@google.com> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions