diff options
author | Nathan Huckleberry <[email protected]> | 2019-06-13 11:58:38 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-06-18 08:44:09 +0200 |
commit | 1a65a03561198f38f8198650b52f55a21cbb4b6c (patch) | |
tree | 91ef033c37464b4cb00f4b71d99af1e9a2ac9fbf /lib/test_overflow.c | |
parent | a954e5fb4bc2d401b8fc3b4c7cd316497ff80225 (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: [email protected]
Link: https://github.com/ClangBuiltLinux/linux/issues/533
Signed-off-by: Nathan Huckleberry <[email protected]>
Acked-by: Thierry Reding <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions