diff options
| author | Kees Cook <[email protected]> | 2017-10-16 16:39:33 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-10-17 12:14:44 +0200 |
| commit | 29bce57723351f63d593959be8fb9c97d7bc3a45 (patch) | |
| tree | 6bf3e7992bd523c904235cdcc2eff86379739fc9 /tools/perf/scripts/python/stackcollapse.py | |
| parent | 66a4550308b8391fecd46c7e733cbccb3e01ee96 (diff) | |
usb/gadget/snps_udc_core: Convert timers to use timer_setup()
In preparation for unconditionally passing the struct timer_list pointer to
all timer callbacks, switch to using the new timer_setup() and from_timer()
to pass the timer pointer explicitly.
If the probe fails, udc_remove() will not be called, so there is no
reason to make del_timer_sync() calls conditional. As a result, use of
the .data field can be dropped, in support of making removing this field
entirely from struct timer_list.
Cc: Felipe Balbi <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Raviteja Garimella <[email protected]>
Cc: Michal Nazarewicz <[email protected]>
Cc: "Gustavo A. R. Silva" <[email protected]>
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions