Re: [PATCH] staging: rtl8192e: Remove unnecessary use of goto

2016-12-13 Thread Greg KH
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 _

Re: [PATCH] staging: rtl8192e: Remove unnecessary use of goto

2016-12-13 Thread Dan Carpenter
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(+),

[PATCH] staging: rtl8192e: Remove unnecessary use of goto

2016-12-13 Thread rahul . g4
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