On Thu, 7 Jan 2021 22:15:06 +0100 Andrew Lunn wrote: > On Wed, Jan 06, 2021 at 02:03:40PM +0100, Heiner Kallweit wrote: > > Switch to lockdep_assert_held(_once), similar to what is being done > > in other subsystems. One advantage is that there's zero runtime > > overhead if lockdep support isn't enabled. > > > > Signed-off-by: Heiner Kallweit <hkallwe...@gmail.com> > > Reviewed-by: Andrew Lunn <and...@lunn.ch>
Applied, thanks! If I was willing to let my pedantic flag fly I'd ask for the lockdep header to be included explicitly, but I guess in practice the chances of it not being pulled into sources which use locking is 0.