Re: [PATCH v2 5/6] panic: sys_info: Deduplicate local variable 'table; assignments

From: Feng Tang

Date: Wed Oct 29 2025 - 22:11:12 EST


On Wed, Oct 29, 2025 at 12:07:40PM +0100, Andy Shevchenko wrote:
> The both handlers use the local 'table' variable and assign
> the same data to it, deduplicate that.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>

Reviewed-by: Feng Tang <feng.tang@xxxxxxxxxxxxxxxxx>

Thanks!