usb: gadget: udc: Avoid tasklet passing a global
[ Upstream commit f9dc3713df1229aa8168169e9cf1010fbac68de5 ] There's no reason for the tasklet callback to set an argument since it always uses a global. Instead, use the global directly, in preparation for converting the tasklet subsystem to modern callback conventions. Reviewed-by:Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by:
Thomas Gleixner <tglx@linutronix.de> Signed-off-by:
Kees Cook <keescook@chromium.org> Stable-dep-of: 1fdeb8b9f29d ("wifi: iwl3945: Add missing check for create_singlethread_workqueue") Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
Please register or sign in to comment