Re: [PATCH 1/3] staging: rtl8188eu: core: Remove unnecessary conditionals

From: Greg KH
Date: Fri Jun 27 2014 - 00:14:35 EST


On Sun, Jun 22, 2014 at 01:01:50PM +0200, Thomas Vegas wrote:
> The variable 'pxmitbuf' is already set to NULL when entering the
> function. We can remove the first conditional. When _rtw_queue_empty()
> returns false, 'pxmitbuf' if not NULL. We can merge the second and
> third conditional.
>
> Signed-off-by: Thomas Vegas <thomas@xxxxxxxxx>
> ---
> drivers/staging/rtl8188eu/core/rtw_xmit.c | 7 +------
> 1 file changed, 1 insertion(+), 6 deletions(-)

Due to changes by others in this file, your patches do not apply
anymore, sorry.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/