diff options
Diffstat (limited to 'kernel/lockdep.c')
| -rw-r--r-- | kernel/lockdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/lockdep.c b/kernel/lockdep.c index 2594e1ce41cb..31e22e742368 100644 --- a/kernel/lockdep.c +++ b/kernel/lockdep.c | |||
| @@ -3380,7 +3380,7 @@ found_it: | |||
| 3380 | hlock->holdtime_stamp = now; | 3380 | hlock->holdtime_stamp = now; |
| 3381 | } | 3381 | } |
| 3382 | 3382 | ||
| 3383 | trace_lock_acquired(lock, ip, waittime); | 3383 | trace_lock_acquired(lock, ip); |
| 3384 | 3384 | ||
| 3385 | stats = get_lock_stats(hlock_class(hlock)); | 3385 | stats = get_lock_stats(hlock_class(hlock)); |
| 3386 | if (waittime) { | 3386 | if (waittime) { |
