usb/phy-isp1301-omap: Remove .data assignment
authorKees Cook <keescook@chromium.org>
Wed, 20 Sep 2017 23:27:40 +0000 (16:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Oct 2017 07:57:03 +0000 (09:57 +0200)
commit598b98f24a8deb2d40e97c4f798a1a9fe343efab
tree0127aa409ba9f3aa4928bfc6c563833d8125b223
parent06e5e0045afd5f3165ba4d11f23e448d8d2ecbd4
usb/phy-isp1301-omap: Remove .data assignment

The .data assignment appears to be redundant to the WORK_STOP bit for
stopping the timer. Also, it appears this timer is entirely unused
as it is only ever started under #define VERBOSE, which is explicitly
undefined.

Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/phy/phy-isp1301-omap.c