Re: [PATCH 3/3] firmware/arm_ffa: remove __le64_to_cpu() when set uuid for direct msg v2
From: Yeoreum Yun
Date: Tue Dec 03 2024 - 08:33:39 EST
Hi, Sudeep.
>
> | warning: incorrect type in initializer (different base types)
> | expected unsigned long a2
> | got restricted __be64
> | warning: incorrect type in initializer (different base types)
> | expected unsigned long a3
> | got restricted __be64
>
> We will get this warning back with this change, wondering if we can take
> up BE support separately.
Sorry. I'll change the type :\ Thanks to let me know!