From: Kelsey Skunberg <skunberg.kel...@gmail.com> Date: Wed, 24 Jul 2019 00:06:59 -0600
> acpi_evaluate_object will already return an error if the needed method > does not exist. Remove unnecessary acpi_has_method() calls and check the > returned acpi_status for failure instead. > > Signed-off-by: Kelsey Skunberg <skunberg.kel...@gmail.com> > --- > Changes in v2: > - Fixed white space warnings and errors > > Changes in v3: > - Resolved build errors caused by missing bracket Applied, will push out after build testing :)