Re: [PATCH] dpll: fix return value check for kmemdup
From: Jiri Pirko
Date: Mon May 13 2024 - 06:51:51 EST
Mon, May 13, 2024 at 05:28:24AM CEST, nichen@xxxxxxxxxxx wrote:
>The return value of kmemdup() is dst->freq_supported, not
>src->freq_supported. Update the check accordingly.
>
>Fixes: 830ead5fb0c5 ("dpll: fix pin dump crash for rebound module")
>Signed-off-by: Chen Ni <nichen@xxxxxxxxxxx>
Reviewed-by: Jiri Pirko <jiri@xxxxxxxxxx>