Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751636AbdIUHJz (ORCPT ); Thu, 21 Sep 2017 03:09:55 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:25720 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751450AbdIUHJy (ORCPT ); Thu, 21 Sep 2017 03:09:54 -0400 Date: Thu, 21 Sep 2017 10:09:36 +0300 From: Dan Carpenter To: Janani Sankara Babu Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, goudapatilk@gmail.com, insafonov@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging:rtl8188eu:hal Fix wrong comparison to False Message-ID: <20170921070936.rkyupukmvvxsej5g@mwanda> References: <1505972395-27764-1-git-send-email-jananis37@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1505972395-27764-1-git-send-email-jananis37@gmail.com> User-Agent: NeoMutt/20170113 (1.7.2) X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 220 Lines: 7 On Thu, Sep 21, 2017 at 11:09:55AM +0530, Janani Sankara Babu wrote: > This patch solves the warning "Using comparison to false is error prone" Out of curiosity, which tool complains about that? regards, dan carpenter