[PATCH] Checks for Null return of skb_alloc in function fw_download_code

2014-06-18 Thread Nicholas Krause
Signed-off-by: Nicholas Krause xerofo...@gmail.com --- drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c b/drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c index

Re: [PATCH] Checks for Null return of skb_alloc in function fw_download_code

2014-06-18 Thread Greg KH
On Wed, Jun 18, 2014 at 01:53:00PM -0400, Nicholas Krause wrote: Signed-off-by: Nicholas Krause xerofo...@gmail.com --- drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] Checks for Null return of skb_alloc in function fw_download_code

2014-06-18 Thread Nick Krause
So sorry Greg, I pulled the git in this morning for kernel-3.16-r2 ,I will resend the patch from the clean tree. I will also fix the tabs.' Sorry :( Nick On Wed, Jun 18, 2014 at 2:14 PM, Greg KH gre...@linuxfoundation.org wrote: On Wed, Jun 18, 2014 at 01:53:00PM -0400, Nicholas Krause wrote: