powerpc/powermac: Use of_property_match_string() in pmac_has_backlight_type()
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 11 Oct 2024 16:10:06 +0000 (18:10 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 14 Nov 2024 11:52:43 +0000 (22:52 +1100)
commit2e716f5cdebed2fb98cafffaf626645c2e922dbb
treec76b693a46dc783ea6226ae7c9eb94318e25cd76
parentf20b0a03674cef555a5f48b65f81b82868b17cdd
powerpc/powermac: Use of_property_match_string() in pmac_has_backlight_type()

Replace an of_get_property() call by of_property_match_string()
so that this function implementation can be simplified.

Suggested-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/linuxppc-dev/d9bdc1b6-ea7e-47aa-80aa-02ae649abf72@csgroup.eu/
Suggested-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/linuxppc-dev/87cyk97ufp.fsf@mail.lhotse/
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/ede25e03-7a14-4787-ae1b-4fc9290add5a@web.de
arch/powerpc/platforms/powermac/backlight.c