commit | f9dc3713df1229aa8168169e9cf1010fbac68de5 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Jul 13 15:01:33 2020 -0700 |
committer | Kees Cook <keescook@chromium.org> | Thu Jul 30 11:15:48 2020 -0700 |
tree | 05a34030eaaa992718183e1300bbb6d70a6028a9 | |
parent | 11ba468877bb23f28956a35e896356252d63c983 [diff] |
usb: gadget: udc: Avoid tasklet passing a global 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>