summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorOskar Ray-Frayssinet <rayfraytech@gmail.com>2026-03-10 16:03:14 +0100
committerSakari Ailus <sakari.ailus@linux.intel.com>2026-05-20 13:21:42 +0300
commitf6f729763c6a629893e679972dac9e2ab21f018f (patch)
tree4e23291948fbb1cfa4f2fa58af3971a2dd8d6791 /tools/perf/scripts/python
parent12ea58282087b9df896fd0a43a92fa83e56b33c9 (diff)
staging: media: atomisp: replace msleep() with fsleep() in atomisp-gc2235.c
Replace msleep(5) with fsleep(5000) to avoid sleeping longer than necessary. msleep() with values less than 20ms may sleep for up to 20ms due to timer granularity. fsleep() selects the appropriate sleep function automatically. Signed-off-by: Oskar Ray-Frayssinet <rayfraytech@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions