RE: [PATCH] remoteproc: imx_rproc: Use strstarts for "rsc-table" check
From: Peng Fan
Date: Mon Dec 15 2025 - 06:13:44 EST
> Subject: [PATCH] remoteproc: imx_rproc: Use strstarts for "rsc-table"
> check
>
> The resource name may include an address suffix, for example:
> rsc-table@1fff8000.
>
> To handle such cases, use strstarts() instead of strcmp() when checking
> for "rsc-table".
>
> Signed-off-by: Shenwei Wang <shenwei.wang@xxxxxxx>
With fixes tag added:
Reviewed-by: Peng Fan <peng.fan@xxxxxxx>