summaryrefslogtreecommitdiff
path: root/sound/core
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2024-04-03 11:06:43 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-04 18:06:19 +0300
commita2723e29c7f405e142e415efa6002479b79b57fa (patch)
tree1d15eb98dd799e0f03fe33349f61cdc3fca74c08 /sound/core
parent650cede0415bad26f487c25e8eb3b39bfe04e740 (diff)
downloadlinux-a2723e29c7f405e142e415efa6002479b79b57fa.tar.xz
usb: gadget: omap_udc: remove unused variable
The driver_desc variable is only used in some configurations: drivers/usb/gadget/udc/omap_udc.c:113:19: error: unused variable 'driver_desc' [-Werror,-Wunused-const-variable] Since there is only ever one user of it, just open-code the string in place and remove the global variable and the macro behind it. This also helps grep for the MODULE_DESCRIPTION string. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20240403080702.3509288-26-arnd@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/core')
0 files changed, 0 insertions, 0 deletions