On Mon, Aug 01, 2022 at 01:12:02PM +0100, Mark Rutland wrote: > Currently unwind_next_common() takes a pointer to a stack_info which is > only ever used within unwind_next_common(). > > Make it a local variable and simplify callers. > > There should be no functional change as a result of this patch. Reviewed-by: Mark Brown