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>
This commit is contained in:
parent
06e5e0045a
commit
598b98f24a
@ -1222,7 +1222,6 @@ static int isp1301_remove(struct i2c_client *i2c)
|
||||
if (machine_is_omap_h2())
|
||||
gpio_free(2);
|
||||
|
||||
isp->timer.data = 0;
|
||||
set_bit(WORK_STOP, &isp->todo);
|
||||
del_timer_sync(&isp->timer);
|
||||
flush_work(&isp->work);
|
||||
|
Loading…
Reference in New Issue
Block a user