Re: [PATCH V2] firmware: imx: Skip return value check for some special SCU firmware APIs

From: Shawn Guo
Date: Mon Oct 14 2019 - 08:49:10 EST


On Mon, Oct 07, 2019 at 09:15:59AM +0800, Anson Huang wrote:
> The SCU firmware does NOT always have return value stored in message
> header's function element even the API has response data, those special
> APIs are defined as void function in SCU firmware, so they should be
> treated as return success always.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>

Applied, thanks.