diff --git a/[refs] b/[refs] index 89845ea9ba07..09631b2ac224 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7463449b8287162454d7e00bf7fd2c64f72c1dc8 +refs/heads/master: 4b0681487bf72fdb86b42c93b7d8a607e5a426b1 diff --git a/trunk/lib/spinlock_debug.c b/trunk/lib/spinlock_debug.c index e91fbc23fff1..eb10578ae055 100644 --- a/trunk/lib/spinlock_debug.c +++ b/trunk/lib/spinlock_debug.c @@ -58,7 +58,7 @@ static void spin_dump(raw_spinlock_t *lock, const char *msg) printk(KERN_EMERG "BUG: spinlock %s on CPU#%d, %s/%d\n", msg, raw_smp_processor_id(), current->comm, task_pid_nr(current)); - printk(KERN_EMERG " lock: %ps, .magic: %08x, .owner: %s/%d, " + printk(KERN_EMERG " lock: %pS, .magic: %08x, .owner: %s/%d, " ".owner_cpu: %d\n", lock, lock->magic, owner ? owner->comm : "",