From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Received: from mail.kernel.org ([198.145.29.99]:50286 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2394903AbeKXBz3 (ORCPT ); Fri, 23 Nov 2018 20:55:29 -0500 Date: Fri, 23 Nov 2018 16:10:54 +0100 From: Greg KH Subject: Re: [PATCH] usb: misc: fix boolconv.cocci warnings Message-ID: <20181123151054.GA18175@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fpga-owner@vger.kernel.org List-Id: linux-fpga@vger.kernel.org To: Julia Lawall Cc: Anatolij Gustschin , linux-usb@vger.kernel.org, linux-spi@vger.kernel.org, linux-fpga@vger.kernel.org, linux-kernel@vger.kernel.org, broonie@kernel.org, atull@kernel.org, mdf@kernel.org, kbuild-all@01.org On Wed, Nov 21, 2018 at 06:33:51PM +0100, Julia Lawall wrote: > From: kbuild test robot > > drivers/usb/misc/ft232h-intf.c:816:27-32: WARNING: conversion to bool not needed here > > Remove unneeded conversion to bool > > Semantic patch information: > Relational and logical operators evaluate to bool, > explicit conversion is overly verbose and unneeded. > > Generated by: scripts/coccinelle/misc/boolconv.cocci > > Fixes: 0772a5bf580c ("usb: misc: add driver for FT232H based FPGA configuration devices") I can't find this commit anywhere, nor the file that this patch touches. What tree is it in? thanks, greg k-h