Re: [PATCH] staging: media: av7110: cleanup sleep timers and dead code
From: gregkh@xxxxxxxxxxxxxxxxxxx
Date: Wed Jan 28 2026 - 07:35:09 EST
On Wed, Jan 28, 2026 at 11:06:32AM +0000, Timothée Kremer wrote:
> Refactor sleep timers to use usleep_range() for short delays (<20ms)
> while retaining msleep() for longer delays to maintain hardware stability.
>
> Also remove dead code blocks wrapped in #if 0 to clean up the driver.
Please only do one logical thing per commit, this should be multiple
changes. A huge hint, when you say "Also" that means it should be split
up.
thanks,
greg k-h