diff options
author | Hans de Goede <[email protected]> | 2023-12-30 15:37:54 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2024-02-01 07:05:08 +0100 |
commit | ace440e6db33330b40afbb7c2c85a6b1399f3baa (patch) | |
tree | b2c97f8331011981feab38acb0f972fab140ae2a /tools/perf/scripts/python/syscall-counts.py | |
parent | a6be73e97facfdc1d4e3117afcbc6fdbaeae7726 (diff) |
media: atomisp: Remove unnecessary msleep(10) from atomisp_mrfld_power() error path
Remove unnecessary msleep(10) from atomisp_mrfld_power() error-exit path,
the success exit from atomisp_mrfld_power() happens if a test succeeds
inside the do { } while loop above the msleep().
The error-exit path with the removed msleep is only hit it the power-on is
not reflected in the iUNIT ISPSSPM0 status bits after a timeout of 50 ms.
Sleeping an extra 10 ms in the timeout path makes little sense.
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions