From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752972AbcGUOpE (ORCPT ); Thu, 21 Jul 2016 10:45:04 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:33780 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752718AbcGUOpC (ORCPT ); Thu, 21 Jul 2016 10:45:02 -0400 Date: Thu, 21 Jul 2016 10:44:59 -0400 From: Tejun Heo To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Tom Yan Subject: Re: linux-next: build warnings after merge of the libata tree Message-ID: <20160721144459.GA22680@htj.duckdns.org> References: <20160721152603.4cf94e55@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160721152603.4cf94e55@canb.auug.org.au> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Stephen. On Thu, Jul 21, 2016 at 03:26:03PM +1000, Stephen Rothwell wrote: > Hi Tejun, > > After merging the libata tree, today's linux-next build (arm > multi_v7_defconfig) produced these warning: > > drivers/ata/libata-scsi.c: In function 'ata_mselect_caching': > drivers/ata/libata-scsi.c:3637:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] > if (mpage[i + 2] & 0xfb != buf[i] & 0xfb) { > ^ > drivers/ata/libata-scsi.c: In function 'ata_mselect_control': > drivers/ata/libata-scsi.c:3702:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] > if (mpage[i + 2] & 0xfb != buf[i] & 0xfb) { > ^ > > Introduced by commit > > 9b7844a8c34a ("libata-scsi: fix read-only bits checking in ata_mselect_*()") Already reverted the patch. Sorry about that. Thanks. -- tejun