Rename acpi_spmc_get_constraints_intel() and
acpi_spmc_get_constraints_amd() ("get" => "parse") to reflect that they
are actually just parsing the constraints passed by
acpi_spmc_get_constraints().
No functional change (intended).
Differential D56806
acpi_spmc(4): Rename functions parsing constraints Authored by olce on Mon, May 4, 8:32 PM. Tags None Referenced Files
Details
Rename acpi_spmc_get_constraints_intel() and No functional change (intended).
Diff Detail
Event TimelineComment Actions I mean, technically these functions aren't just parsing the constraints, they're also getting them... I don't know if I agree with this change Comment Actions Maybe it's a question of words, but these functions do not "get" them in the sense they query the firmware, that is done only at start of acpi_spmc_get_constraints(), they just interpret/parse the result, building our own internal structures. Comment Actions Ah no you are totally right. We are passing the object. I have no idea why I thought this function was the one getting the object too. |