From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751898AbbGOCsR (ORCPT ); Tue, 14 Jul 2015 22:48:17 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48974 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751531AbbGOCsQ (ORCPT ); Tue, 14 Jul 2015 22:48:16 -0400 Date: Tue, 14 Jul 2015 19:48:15 -0700 From: Greg Kroah-Hartman To: Luis de Bethencourt Cc: linux-kernel@vger.kernel.org, Antoine Schweitzer-Chaput , Cristina Opriceana , Aya Mahfouz , Rickard Strandqvist , Koray Gulcu , Greg Donald , Lorenzo Stoakes , Ebru Akagunduz , Karthik Nayak , devel@driverdev.osuosl.org Subject: Re: [PATCH v2] staging: rtl8192u: bool tests don't need comparisons Message-ID: <20150715024815.GB12308@kroah.com> References: <20150623131206.GA2025@goodgumbo.baconseed.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150623131206.GA2025@goodgumbo.baconseed.org> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 23, 2015 at 03:12:06PM +0200, Luis de Bethencourt wrote: > Remove explicit true/false comparations to bool variables. > > Signed-off-by: Luis de Bethencourt > --- > drivers/staging/rtl8192u/r8192U_core.c | 13 ++++--------- > drivers/staging/rtl8192u/r8192U_dm.c | 21 +++++++++++---------- > 2 files changed, 15 insertions(+), 19 deletions(-) You've sent multiple patches for this driver, and different versions, yet I don't know which to apply, so I'm going to just drop them all. Please resend the latest versions of your patches, and properly number them as to which gets applied in which order. thanks, greg k-h