commit | d61b49c1aa49efc657aa0cf270cf931444680563 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Thu Oct 26 12:22:32 2006 -0600 |
committer | Tony Luck <tony.luck@intel.com> | Thu Dec 07 10:48:19 2006 -0800 |
tree | 41abaa5b875228d25990194aa9aa5156b5e49aee | |
parent | a79561134f38de12dce14ed72138f38e55ef53fc [diff] [blame] |
[IA64] sparse cleanups 0/NULL confusion and some missing UL on constants. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: Tony Luck <tony.luck@intel.com>
diff --git a/arch/ia64/kernel/kprobes.c b/arch/ia64/kernel/kprobes.c index 51217d6..898a07d 100644 --- a/arch/ia64/kernel/kprobes.c +++ b/arch/ia64/kernel/kprobes.c
@@ -851,7 +851,7 @@ return; } } while (unw_unwind(info) >= 0); - lp->bsp = 0; + lp->bsp = NULL; lp->cfm = 0; return; }