diff options
author | Joel Stanley <joel@jms.id.au> | 2018-11-15 03:18:56 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-11-15 03:19:24 +0300 |
commit | 62ccc3924eff37012bd0c227d8b7dc71188fc358 (patch) | |
tree | 48cf255186d6961afb2fce522101404ba3f22d00 /lib/debug_locks.c | |
parent | d769a1aa14d3d0e380151048b94aeb6919ace533 (diff) | |
parent | 6559b2338d96ec330887871d47e1ced520bc4f03 (diff) | |
download | linux-62ccc3924eff37012bd0c227d8b7dc71188fc358.tar.xz |
Merge tag 'v4.18.19' into dev-4.18
This is the 4.18.19 stable release
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'lib/debug_locks.c')
-rw-r--r-- | lib/debug_locks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug_locks.c b/lib/debug_locks.c index 96c4c633d95e..124fdf238b3d 100644 --- a/lib/debug_locks.c +++ b/lib/debug_locks.c @@ -37,7 +37,7 @@ EXPORT_SYMBOL_GPL(debug_locks_silent); */ int debug_locks_off(void) { - if (__debug_locks_off()) { + if (debug_locks && __debug_locks_off()) { if (!debug_locks_silent) { console_verbose(); return 1; |