From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Subject: Re: [PATCH 14/14] [media] fix warning on v4l2_subdev_call() result interpreted as bool Date: Fri, 14 Jul 2017 15:55:26 +0300 Message-ID: <20170714125525.kjemhcn4poon6r3i@mwanda> References: <20170714092540.1217397-1-arnd@arndb.de> <20170714093938.1469319-1-arnd@arndb.de> <20170714120512.ioe67nnloqivtbr7@mwanda> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: Arnd Bergmann Cc: devel@driverdev.osuosl.org, Hans Verkuil , Alan Cox , Greg Kroah-Hartman , Daeseok Youn , Linux Kernel Mailing List , dri-devel , adi-buildroot-devel@lists.sourceforge.net, Linux-Renesas , IDE-ML , Robert Jarzmik , Linux ARM , Niklas =?iso-8859-1?Q?S=F6derlund?= , Tejun Heo , Andrew Morton , Mauro Carvalho Chehab , Linus Torvalds , Guenter Roeck , Linux Media Mailing List List-Id: linux-ide@vger.kernel.org Ah... I see why it's complaining about these ones in particular... I don't agree with it as a static analysis dev, and I don't like the changes too much. But since it's only generating a hand full of warnings then I don't care. regards, dan carpenter From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754383AbdGNM5K (ORCPT ); Fri, 14 Jul 2017 08:57:10 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:18722 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753942AbdGNM5J (ORCPT ); Fri, 14 Jul 2017 08:57:09 -0400 Date: Fri, 14 Jul 2017 15:55:26 +0300 From: Dan Carpenter To: Arnd Bergmann Cc: devel@driverdev.osuosl.org, Linux-Renesas , Linux Media Mailing List , Greg Kroah-Hartman , Daeseok Youn , Linus Torvalds , Linux Kernel Mailing List , dri-devel , adi-buildroot-devel@lists.sourceforge.net, Hans Verkuil , IDE-ML , Guenter Roeck , Niklas =?iso-8859-1?Q?S=F6derlund?= , Tejun Heo , Andrew Morton , Mauro Carvalho Chehab , Robert Jarzmik , Linux ARM , Alan Cox Subject: Re: [PATCH 14/14] [media] fix warning on v4l2_subdev_call() result interpreted as bool Message-ID: <20170714125525.kjemhcn4poon6r3i@mwanda> References: <20170714092540.1217397-1-arnd@arndb.de> <20170714093938.1469319-1-arnd@arndb.de> <20170714120512.ioe67nnloqivtbr7@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ah... I see why it's complaining about these ones in particular... I don't agree with it as a static analysis dev, and I don't like the changes too much. But since it's only generating a hand full of warnings then I don't care. regards, dan carpenter From mboxrd@z Thu Jan 1 00:00:00 1970 From: dan.carpenter@oracle.com (Dan Carpenter) Date: Fri, 14 Jul 2017 15:55:26 +0300 Subject: [PATCH 14/14] [media] fix warning on v4l2_subdev_call() result interpreted as bool In-Reply-To: References: <20170714092540.1217397-1-arnd@arndb.de> <20170714093938.1469319-1-arnd@arndb.de> <20170714120512.ioe67nnloqivtbr7@mwanda> Message-ID: <20170714125525.kjemhcn4poon6r3i@mwanda> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Ah... I see why it's complaining about these ones in particular... I don't agree with it as a static analysis dev, and I don't like the changes too much. But since it's only generating a hand full of warnings then I don't care. regards, dan carpenter