Re: [PATCH] misc: atmel-ssc: lock with mutex instead of spinlock
From: Markus Elfring
Date: Mon Jun 01 2020 - 05:19:12 EST
> Uninterruptible context is not needed in the driver and causes lockdep
> warning because of mutex taken in of_alias_get_id().
Was a spin lock taken?
> Convert the lock to mutex to avoid the issue.
Would you like to add the tag âFixesâ to the commit message?
Regards,
Markus