Re: [PATCHv2 2/2] Staging: rtl8188eu: Removed unnecessarry code.

2014-08-10 Thread Greg KH
On Fri, Aug 08, 2014 at 12:05:38PM +0300, Dan Carpenter wrote: > On Thu, Aug 07, 2014 at 11:37:51PM +0200, Adrian Remonda wrote: > > This patch clear some code that was not doing any help. > > Pointed out by Larry.Finger > > > > The patch is fine but the changelog doesn't inpsire confidence. It

Re: [PATCHv2 2/2] Staging: rtl8188eu: Removed unnecessarry code.

2014-08-08 Thread Dan Carpenter
On Thu, Aug 07, 2014 at 11:37:51PM +0200, Adrian Remonda wrote: > This patch clear some code that was not doing any help. > Pointed out by Larry.Finger > The patch is fine but the changelog doesn't inpsire confidence. It should say: This patch removes some unneeded code. 1) kzalloc() allocates

[PATCHv2 2/2] Staging: rtl8188eu: Removed unnecessarry code.

2014-08-07 Thread Adrian Remonda
This patch clear some code that was not doing any help. Pointed out by Larry.Finger Signed-off-by: Adrian Remonda --- drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c b/driver