On Tue, Aug 05, 2025 at 11:48:29AM +0800, Zhen Ni wrote: > Fixes a permanent ACPI memory leak in the success path by adding > acpi_put_table(). > Renaming generic 'err' label to 'put_table' for clarity. > I don't see any point in this unnecessary churn by renaming the label as there is only one label here. That said, I am not too picky either. The patch can be as simple as dropping the "else return 0;" part. Either way, Reviewed-by: Sudeep Holla <sudeep.holla@xxxxxxx> -- Regards, Sudeep