Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751414AbdHXHuK (ORCPT ); Thu, 24 Aug 2017 03:50:10 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:63546 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751135AbdHXHuJ (ORCPT ); Thu, 24 Aug 2017 03:50:09 -0400 Subject: Re: [PATCH] phy: ralink: fix 64-bit build warning To: Greg Kroah-Hartman References: <20170823134019.927267-1-arnd@arndb.de> <20170823233023.GA7482@kroah.com> CC: Arnd Bergmann , John Crispin , Harvey Hunt , From: Kishon Vijay Abraham I Message-ID: <0a206c9f-60ab-3089-2def-235f0efd6651@ti.com> Date: Thu, 24 Aug 2017 13:19:51 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170823233023.GA7482@kroah.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 986 Lines: 28 Greg, On Thursday 24 August 2017 05:00 AM, Greg Kroah-Hartman wrote: > On Wed, Aug 23, 2017 at 07:50:46PM +0530, Kishon Vijay Abraham I wrote: >> Greg, >> >> On Wednesday 23 August 2017 07:09 PM, Arnd Bergmann wrote: >>> Casting between an 'int' and a pointer causes a warning on >>> 64-bit architectures in compile-testing this driver: >>> >>> drivers/phy/ralink/phy-ralink-usb.c: In function 'ralink_usb_phy_probe': >>> drivers/phy/ralink/phy-ralink-usb.c:195:13: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] >>> >>> This changes the code to cast to uintptr_t instead. This is >>> guaranteed to do what we want on all architectures and avoids >>> the warning. >>> >>> Fixes: 2411a736ff09 ("phy: ralink-usb: add driver for Mediatek/Ralink") >>> Signed-off-by: Arnd Bergmann >> >> Can you pick this patch to fix the compiler warning. > > Can you resend it to me in a format that I can apply it in? sent them now. Thanks Kishon