Re: [PATCH] Staging: rtl8192e: remove assignment of function parameter

2015-03-05 Thread Sudip Mukherjee
On Wed, Mar 04, 2015 at 07:53:10PM +0100, Matteo Semenzato wrote: > From: Matteo Semenzato > > This patch removes the assignment of a function parameter that has no > effect. then by the same logic you can also remove another rxb = NULL in rtllib_rx_InfraAdhoc() function.. regards sudip > >

Re: [PATCH] Staging: rtl8192e: remove assignment of function parameter

2015-03-05 Thread Sudip Mukherjee
On Wed, Mar 04, 2015 at 07:53:10PM +0100, Matteo Semenzato wrote: From: Matteo Semenzato mattew8...@gmail.com This patch removes the assignment of a function parameter that has no effect. then by the same logic you can also remove another rxb = NULL in rtllib_rx_InfraAdhoc() function..

[PATCH] Staging: rtl8192e: remove assignment of function parameter

2015-03-04 Thread Matteo Semenzato
From: Matteo Semenzato This patch removes the assignment of a function parameter that has no effect. Signed-off-by: Matteo Semenzato --- drivers/staging/rtl8192e/rtllib_rx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtllib_rx.c

[PATCH] Staging: rtl8192e: remove assignment of function parameter

2015-03-04 Thread Matteo Semenzato
From: Matteo Semenzato mattew8...@gmail.com This patch removes the assignment of a function parameter that has no effect. Signed-off-by: Matteo Semenzato mattew8...@gmail.com --- drivers/staging/rtl8192e/rtllib_rx.c | 1 - 1 file changed, 1 deletion(-) diff --git