Re: [PATCH v2 01/18] soundwire: Add a helper function to wait for device initialisation
From: Charles Keepax
Date: Tue May 12 2026 - 04:45:29 EST
On Tue, May 12, 2026 at 09:51:31AM +0900, Mark Brown wrote:
> On Mon, May 11, 2026 at 03:10:12PM +0100, Charles Keepax wrote:
>
> > +int sdw_slave_wait_for_init(struct sdw_slave *slave, int timeout_us)
>
> > + time = wait_for_completion_timeout(&slave->initialization_complete,
> > + msecs_to_jiffies(timeout_us));
>
> The parameter is timeout_us but we use msecs_to_jiffies() here.
Sorry I will do another spin.
Thanks,
Charles