Re: [PATCH v1 2/2] ACPI: PMIC: Replace open coded be16_to_cpu()

From: Mika Westerberg
Date: Tue Aug 30 2022 - 12:08:24 EST


Hi,

On Tue, Aug 30, 2022 at 04:55:32PM +0300, Andy Shevchenko wrote:
> +
> +#include <asm/byteorder.h>

Isn't there <linux/byteorder/*> as well? Is there something that
prevents using it?

Otherwise looks good to me.