Re: [PATCH] staging: rtl8192e: Fix signedness bug in rtllib_rx_assoc_resp()
From: Dan Carpenter
Date: Thu Apr 14 2022 - 07:35:35 EST
On Thu, Apr 14, 2022 at 06:34:50PM +0800, Haowen Bai wrote:
> function rtllib_rx_assoc_resp () unsigned errcode receive auth_parse()'s
> errcode -ENOMEM.
>
> Signed-off-by: Haowen Bai <baihaowen@xxxxxxxxx>
> ---
Same thing. Make it return normal error codes.
regards,
dan carpenter