diff options
author | Easwar Hariharan <eahariha@linux.microsoft.com> | 2024-11-15 21:26:26 +0000 |
---|---|---|
committer | Lucas Stach <l.stach@pengutronix.de> | 2024-12-03 18:29:48 +0100 |
commit | 16ab70e8dabe4f26b2de1c13e1937e190b0d2d24 (patch) | |
tree | 3e66770a6b6837a0c7a645baba8b7d5f618f051b /tools/perf/scripts/python/net_dropmonitor.py | |
parent | 834f304192834d6f0941954f3277ae0ba11a9a86 (diff) |
drm/etnaviv: Convert timeouts to secs_to_jiffies()
Changes made with the following Coccinelle rules:
@@ constant C; @@
- msecs_to_jiffies(C * 1000)
+ secs_to_jiffies(C)
@@ constant C; @@
- msecs_to_jiffies(C * MSEC_PER_SEC)
+ secs_to_jiffies(C)
Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>
Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions