Re: [PATCH] staging: rtl8712: Free memory and return failure when kmalloc fails

2016-10-25 Thread Souptick Joarder
On Tue, Oct 25, 2016 at 11:41 PM, Greg KH wrote: > On Tue, Oct 25, 2016 at 10:06:48PM +0530, Souptick Joarder wrote: >> Hi Greg, >> >> >> On Tue, Oct 25, 2016 at 2:33 PM, Greg KH wrote: >> > On Thu, Oct 20, 2016 at 12:29:33PM +0530, Souptick Joarder wrote: >> >> This patch is added to free memory

Re: [PATCH] staging: rtl8712: Free memory and return failure when kmalloc fails

2016-10-25 Thread Greg KH
On Tue, Oct 25, 2016 at 10:06:48PM +0530, Souptick Joarder wrote: > Hi Greg, > > > On Tue, Oct 25, 2016 at 2:33 PM, Greg KH wrote: > > On Thu, Oct 20, 2016 at 12:29:33PM +0530, Souptick Joarder wrote: > >> This patch is added to free memory and return failure when kmalloc fails > > > > I'm sorry

Re: [PATCH] staging: rtl8712: Free memory and return failure when kmalloc fails

2016-10-25 Thread Souptick Joarder
Hi Greg, On Tue, Oct 25, 2016 at 2:33 PM, Greg KH wrote: > On Thu, Oct 20, 2016 at 12:29:33PM +0530, Souptick Joarder wrote: >> This patch is added to free memory and return failure when kmalloc fails > > I'm sorry, but I can not parse that sentance. Can you rephrase this a > bit better? What

Re: [PATCH] staging: rtl8712: Free memory and return failure when kmalloc fails

2016-10-24 Thread Greg KH
On Mon, Oct 24, 2016 at 09:27:30AM +0530, Souptick Joarder wrote: > Hi Larry, Greg, > > On Thu, Oct 20, 2016 at 12:29 PM, Souptick Joarder > wrote: > Any Comment for this patch ? It's only been a few days, for a staging driver patch, when loads of other things were going on. Please be patie

Re: [PATCH] staging: rtl8712: Free memory and return failure when kmalloc fails

2016-10-23 Thread Souptick Joarder
Hi Larry, Greg, On Thu, Oct 20, 2016 at 12:29 PM, Souptick Joarder wrote: > This patch is added to free memory and return failure when kmalloc fails > > Signed-off-by: Souptick joarder > --- > drivers/staging/rtl8712/os_intfs.c | 3 ++- > drivers/staging/rtl8712/rtl871x_cmd.c | 5 - >