]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/powermac: Add additional missing lockdep_register_key()
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 8 Dec 2021 17:36:52 +0000 (17:36 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 9 Dec 2021 11:41:22 +0000 (22:41 +1100)
commit46022fe098ca6c982f66791a7ae4d7fe9d775afd
treeca4523003ffe85ba964da455e7c65a09491d9e04
parent55848343062c0687fe7bb446b43d8c244c2149f1
powerpc/powermac: Add additional missing lockdep_register_key()

Commit 1f1cafa08d7c ("powerpc/powermac: Add missing
lockdep_register_key()") fixed a problem that was causing a WARNING.

There are two other places in the same file with the same problem
originating from commit 37505d7aa80e ("i2c_powermac: shut up lockdep
warning").

Add missing lockdep_register_key()

Fixes: 37505d7aa80e ("i2c_powermac: shut up lockdep warning")
Reported-by: Erhard Furtner <erhard_f@mailbox.org>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Depends-on: 1f1cafa08d7c ("powerpc/powermac: Add missing lockdep_register_key()")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=200055
Link: https://lore.kernel.org/r/2c7e421874e21b2fb87813d768cf662f630c2ad4.1638984999.git.christophe.leroy@csgroup.eu
arch/powerpc/platforms/powermac/low_i2c.c