diff options
| author | Jun Chen <[email protected]> | 2012-10-19 09:51:30 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2012-10-25 11:29:58 -0700 |
| commit | 2e30802625f5754e9a0ce478a447ed0f2376d4d4 (patch) | |
| tree | e7b488f15b183a70f7d520fe6acc2099d18e9c2a /tools/perf/scripts/python | |
| parent | c73ba2ae43fd4d69589caeecc5260a41be87b759 (diff) | |
serial: ifx6x60: del_timer_sync must not be called in interrupt context.
This patch make use of del_timer instead of del_timer_sync in the
interrupt context.
The spi_timer function don't use any resources that may release after
running del_timer,
so using the del_timer is also safe and enough in this context.
Signed-off-by: Chen Jun <[email protected]>
Acked-by: Alan Cox <[email protected]>
Tested-by: Chuansheng Liu <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions