On Tue, Dec 13, 2016 at 01:41:24PM +0530, rahul...@samsung.com wrote:
> From: Rahul Goyal
>
> This patch removes unnecessary goto branch
> when memory unallocated.
Goto's are good, embrace them and learn to love the power!
Sorry, not going to take this patch.
greg k-h
_
On Tue, Dec 13, 2016 at 01:41:24PM +0530, rahul...@samsung.com wrote:
> From: Rahul Goyal
>
> This patch removes unnecessary goto branch
> when memory unallocated.
>
> Signed-off-by: Rahul Goyal
> ---
> drivers/staging/rtl8192e/rtllib_crypt_wep.c |4 ++--
> 1 file changed, 2 insertions(+),
From: Rahul Goyal
This patch removes unnecessary goto branch
when memory unallocated.
Signed-off-by: Rahul Goyal
---
drivers/staging/rtl8192e/rtllib_crypt_wep.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8192e/rtllib_crypt_wep.c
b/drivers/sta