[PATCH net,v2] net: stmmac: fix errno when create_singlethread_workqueue() fails
Leon Romanovsky
leon at kernel.org
Wed Dec 14 00:10:33 PST 2022
On Wed, Dec 14, 2022 at 04:01:17PM +0800, Gaosheng Cui wrote:
> We should set the return value to -ENOMEM explicitly when
> create_singlethread_workqueue() fails in stmmac_dvr_probe(),
> otherwise we'll lose the error value.
>
> Fixes: a137f3f27f92 ("net: stmmac: fix possible memory leak in stmmac_dvr_probe()")
> Signed-off-by: Gaosheng Cui <cuigaosheng1 at huawei.com>
> ---
> v2:
> - Change title of this patch to be "PATCH net", thanks!
> drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 1 +
> 1 file changed, 1 insertion(+)
>
It is so shameful that on Fixed commit, my tag too :(.
Sorry about that.
Thanks,
Reviewed-by: Leon Romanovsky <leonro at nvidia.com>
More information about the linux-arm-kernel
mailing list