Re: [PATCH 2/9] tee: optee: Use ffa_dev->ops directly

From: Jens Wiklander
Date: Thu Sep 01 2022 - 03:24:11 EST


On Tue, Aug 30, 2022 at 12:07 PM Sudeep Holla <sudeep.holla@xxxxxxx> wrote:
>
> Now that the ffa_device structure holds the pointer to ffa_dev_ops,
> there is no need to obtain the same through ffa_dev_ops_get().
>
> Just use the ffa_dev->ops directly.
>
> Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx>
> ---
> drivers/tee/optee/ffa_abi.c | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)

Reviewed-by: Jens Wiklander <jens.wiklander@xxxxxxxxxx>