On Tue, Sep 10, 2024 at 04:58:47PM -0500, David Lechner wrote: > Fix calling scoped_cond_guard() with mutex instead of mutex_intr. > > scoped_cond_guard(mutex, ...) will call mutex_lock() instead of > mutex_lock_interruptible(). > > Fixes: 703f12672e1f ("Input: ims-pcu - switch to using cleanup functions") > Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx> Applied, thank you. Too bad it does not warn when incorrect type of guard object is being used with scoped_cond_guard()... -- Dmitry