aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <[email protected]>2021-02-09 00:31:16 +0100
committerDaniel Vetter <[email protected]>2021-02-09 11:22:58 +0100
commit6f02e9df2ac2e327df80d9bb7dc90cf60890e2f7 (patch)
treea4c59c45e511978513f97875a8bb3a96fc985158 /tools/perf/scripts
parent5ceeb328637a01e0e54e2618cff129c6a1c31dba (diff)
drm/gma500: Remove in_atomic() usage.
The driver is using msleep() if it is safe to use based on in_atomic(). This is not needed this macro is only used from i2c_algorithm::master_xfer() which is always invoked from preemptible context. Remove in_atomic() because it is superfluous. Remove wait_for_atomic() because it has no users. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions