lockdep: Fix up warning
commit70a0686a72c7a7e554b404ca11406ceec709d425
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Mon, 25 Jul 2011 10:09:59 +0000 (25 12:09 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 4 Aug 2011 08:17:41 +0000 (4 10:17 +0200)
treee6f1d4bdb72ca93e7b13975b02e6e9199148666f
parent7d36b26be0f3c6b86e3ab7e1539e42f3a3bc79ca
lockdep: Fix up warning

On Sun, 2011-07-24 at 21:06 -0400, Arnaud Lacombe wrote:

> /src/linux/linux/kernel/lockdep.c: In function 'mark_held_locks':
> /src/linux/linux/kernel/lockdep.c:2471:31: warning: comparison of
> distinct pointer types lacks a cast

The warning is harmless in this case, but the below makes it go away.

Reported-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1311588599.2617.56.camel@laptop
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/lockdep.c