Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754115AbbFSRFV (ORCPT ); Fri, 19 Jun 2015 13:05:21 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47288 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752484AbbFSRFO (ORCPT ); Fri, 19 Jun 2015 13:05:14 -0400 Date: Fri, 19 Jun 2015 10:05:13 -0700 From: Greg KH To: Sunil Shahu Cc: devel@driverdev.osuosl.org, florian.c.schilhabel@googlemail.com, linux-kernel@vger.kernel.org, Larry.Finger@lwfinger.net Subject: Re: [PATCH] drivers: staging: rtl8712: remove unnecessory else statement Message-ID: <20150619170513.GA4291@kroah.com> References: <1434702163-348-1-git-send-email-shshahu@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434702163-348-1-git-send-email-shshahu@gmail.com> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 659 Lines: 18 On Fri, Jun 19, 2015 at 01:52:43PM +0530, Sunil Shahu wrote: > "else" statement after "if" is unnecessory, hence removed. > > Signed-off-by: Sunil Shahu > --- > drivers/staging/rtl8712/rtl871x_security.c | 35 ++++++++++++++---------------- > 1 file changed, 16 insertions(+), 19 deletions(-) You sent 2 patches, with identical subjects, yet no indication of which to take, so I'm going to delete both of them from my queue and wait for you to send a v2 patch like should be properly done. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/