Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752229AbcDMTbc (ORCPT ); Wed, 13 Apr 2016 15:31:32 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:47844 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751861AbcDMTb3 (ORCPT ); Wed, 13 Apr 2016 15:31:29 -0400 Subject: Re: [PATCH 1/2] [v4] net: emac: emac gigabit ethernet controller driver To: kbuild test robot Cc: kbuild-all@01.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, sdharia@codeaurora.org, Shanker Donthineni , Greg Kroah-Hartman , vikrams@codeaurora.org, cov@codeaurora.org, gavidov@codeaurora.org, Rob Herring , andrew@lunn.ch, bjorn.andersson@linaro.org, Mark Langsdorf , Jon Masters , Andy Gross , "David S. Miller" References: <201604140340.wQZLwsUk%fengguang.wu@intel.com> From: Timur Tabi Message-ID: <570E9E8D.50007@codeaurora.org> Date: Wed, 13 Apr 2016 14:31:25 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 In-Reply-To: <201604140340.wQZLwsUk%fengguang.wu@intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 621 Lines: 17 kbuild test robot wrote: > > drivers/net/ethernet/qualcomm/emac/emac-mac.c: In function 'emac_mac_up': >>> >>drivers/net/ethernet/qualcomm/emac/emac-mac.c:1076:9: warning: large integer implicitly truncated to unsigned type [-Woverflow] > writel(~DIS_INT, adpt->base + EMAC_INT_STATUS); This doesn't happen on arm64, and I don't know how to fix it. DIS_INT is defined as: #define DIS_INT BIT(31) It seems silly to add a typecast to DIS_INT. -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation collaborative project.