Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754181AbdDCR1J (ORCPT ); Mon, 3 Apr 2017 13:27:09 -0400 Received: from mail.windriver.com ([147.11.1.11]:48620 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751845AbdDCR1H (ORCPT ); Mon, 3 Apr 2017 13:27:07 -0400 Date: Mon, 3 Apr 2017 13:27:00 -0400 From: Paul Gortmaker To: Samuel Ortiz CC: , kbuild test robot , Tony Luck , Fenghua Yu , , Subject: Re: [PATCH v2] nfc: don't be making arch specific unaligned decisions at driver level. Message-ID: <20170403172659.GN2713@windriver.com> References: <201701090839.5u37Hdez%fengguang.wu@intel.com> <20170109175222.3162-1-paul.gortmaker@windriver.com> <20170401222244.GF22034@zurbaran.ger.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20170401222244.GF22034@zurbaran.ger.intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 703 Lines: 28 [Re: [PATCH v2] nfc: don't be making arch specific unaligned decisions at driver level.] On 02/04/2017 (Sun 00:22) Samuel Ortiz wrote: > Hi Paul, > > On Mon, Jan 09, 2017 at 12:52:22PM -0500, Paul Gortmaker wrote: > > Currently ia64 fails building allmodconfig with variations of: > > [...] > > > > drivers/nfc/nfcmrvl/fw_dnld.c | 2 +- > > drivers/nfc/nxp-nci/firmware.c | 2 +- > > drivers/nfc/nxp-nci/i2c.c | 2 +- > > 3 files changed, 3 insertions(+), 3 deletions(-) > This build issue is now fixed in nfc-next with a couple of different > patches. OK, I'll remove it from my local queue and retest and let you know if I see any issues still. Thanks, Paul. -- > > Cheers, > Samuel.