From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 24 Mar 2015 16:42:04 +0100 Subject: [U-Boot] [PATCH] ehci-hcd: fix warnings on 64-bit builds In-Reply-To: References: <1426625199-14127-1-git-send-email-robh@kernel.org> <201503201419.56356.marex@denx.de> Message-ID: <201503241642.04439.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, March 24, 2015 at 12:36:55 AM, Rob Herring wrote: > On Fri, Mar 20, 2015 at 8:19 AM, Marek Vasut wrote: > > On Tuesday, March 17, 2015 at 09:46:37 PM, Rob Herring wrote: > >> Change addresses to unsigned long to be compatible with 64-bit builds. > >> Regardless of fixing warnings, the device is still only 32-bit capable. > >> > >> Signed-off-by: Rob Herring > >> Cc: Marek Vasut > >> --- > >> > >> drivers/usb/host/ehci-hcd.c | 82 > >> > >> ++++++++++++++++++++++----------------------- 1 file changed, 41 > >> insertions(+), 41 deletions(-) > > > > Hi, > > > > I will handle those patches in a couple of days. I got similar fix > > from Thierry today in a patchset, this is the subject: > > [PATCH 11/13] usb: ehci-hcd: Build warning fixes for 64-bit > > > > I would obviously like to pick Rob's one, since it came first, but > > I will need to check if they're really the same. Moreover, shall I > > pick this for the current release or is it OK to apply for the next > > one ? > > For me, after the release is fine. Thierry may feel otherwise. I'm fine either way, so Thierry, what is your feeling please ? Best regards, Marek Vasut