OSDN Git Service

staging: emxx_udc: remove unused variable driver_desc
authorSean Behan <codebam@riseup.net>
Wed, 17 Feb 2021 14:21:15 +0000 (09:21 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:25 +0000 (09:25 +0100)
commit72fd8d532404e520c9880ae1295c09543c1ca85e
treea71e91f52eed1dca670dd797292f409f34ce1d03
parent41b873caff9231b7b79eac247622014009e6f0c6
staging: emxx_udc: remove unused variable driver_desc

When building with W=1 (or however you found it), there is a warning
that this variable is unused.

It is not used so remove it to fix the warning.

Signed-off-by: Sean Behan <codebam@riseup.net>
Link: https://lore.kernel.org/r/20210217142118.7107-1-codebam@riseup.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/emxx_udc/emxx_udc.c