Re: [PATCH] staging: rtlwifi: Fix potential NULL pointer dereference

From: Greg Kroah-Hartman
Date: Sun Mar 17 2019 - 07:13:07 EST


On Wed, Mar 13, 2019 at 11:29:12AM -0500, Aditya Pakki wrote:
> skb allocated via dev_alloc_skb can fail and return a NULL pointer.
> This patch avoids such a scenario and returns, consistent with other
> invocations.
>
> Signed-off-by: Aditya Pakki <pakki001@xxxxxxx>
> ---
> drivers/staging/rtlwifi/rtl8822be/fw.c | 3 +++
> 1 file changed, 3 insertions(+)

You sent 2 patches that did different things, with the same exact
subject line :(

please fix up, and send as a patch series.

thanks,

greg k-h