[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>
This commit is contained in:
committed by
Tony Luck
parent
a79561134f
commit
d61b49c1aa
@@ -851,7 +851,7 @@ static void ia64_get_bsp_cfm(struct unw_frame_info *info, void *arg)
|
||||
return;
|
||||
}
|
||||
} while (unw_unwind(info) >= 0);
|
||||
lp->bsp = 0;
|
||||
lp->bsp = NULL;
|
||||
lp->cfm = 0;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user