locking/rtmutex: Use the correct rtmutex debugging config option
authorZhen Lei <thunder.leizhen@huawei.com>
Sat, 31 Jul 2021 12:30:11 +0000 (20:30 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 10 Aug 2021 06:21:52 +0000 (08:21 +0200)
commit07d25971b220e477eb019fcb520a9f2e3ac966af
treee63aed800fd88e433ceff8e7ddc03ed5d60b15eb
parent36a21d51725af2ce0700c6ebcb6b9594aac658a6
locking/rtmutex: Use the correct rtmutex debugging config option

It's CONFIG_DEBUG_RT_MUTEXES not CONFIG_DEBUG_RT_MUTEX.

Fixes: f7efc4799f81 ("locking/rtmutex: Inline chainwalk depth check")
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Will Deacon <will@kernel.org>
Acked-by: Boqun Feng <boqun.feng@gmail.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20210731123011.4555-1-thunder.leizhen@huawei.com
kernel/locking/rtmutex.c