All of lore.kernel.org
 help / color / mirror / Atom feed
* Cleanup of -Wunused-const-variable in drivers/usb/host/xhci-tegra.c
@ 2019-06-13 18:38 Nathan Huckleberry
  2019-06-13 18:44 ` Greg KH
  2019-06-14  9:09   ` Thierry Reding
  0 siblings, 2 replies; 6+ messages in thread
From: Nathan Huckleberry @ 2019-06-13 18:38 UTC (permalink / raw)
  To: treding, mathias.nyman, gregkh, thierry.reding, jonathanh
  Cc: linux-usb, linux-tegra, linux-kernel, clang-built-linux

Hey all,

I'm looking into cleaning up ignored warnings in the kernel so we can
remove compiler flags to ignore warnings.

There's an unused variable ('mbox_cmd_name') in xhci-tegra.c. Looks
like it was intended for logging or debugging, but never used. Just
wanted to reach out to ask the best steps for cleaning this up.

If the variable is no longer needed I'd like to send a patch to remove it.

https://github.com/ClangBuiltLinux/linux/issues/533

Thanks,
Nathan Huckleberry

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-14  9:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-13 18:38 Cleanup of -Wunused-const-variable in drivers/usb/host/xhci-tegra.c Nathan Huckleberry
2019-06-13 18:44 ` Greg KH
2019-06-13 18:58   ` [PATCH] usb: host: xhci-tegra: Fix Wunused-const-variable Nathan Huckleberry
2019-06-14  9:24     ` Thierry Reding
2019-06-14  9:09 ` Cleanup of -Wunused-const-variable in drivers/usb/host/xhci-tegra.c Thierry Reding
2019-06-14  9:09   ` Thierry Reding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.