From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936231AbdEXDaB (ORCPT ); Tue, 23 May 2017 23:30:01 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:42129 "EHLO relay1.mentorg.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758118AbdEXD35 (ORCPT ); Tue, 23 May 2017 23:29:57 -0400 Message-ID: <5924FE2F.4000508@mentor.com> Date: Tue, 23 May 2017 20:29:51 -0700 From: Jiada Wang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120411 Thunderbird/11.0.1 MIME-Version: 1.0 To: Stephen Rothwell CC: Mark Brown , Linux-Next Mailing List , Linux Kernel Mailing List , Sascha Hauer , Fabio Estevam Subject: Re: linux-next: build failure after merge of the spi tree References: <20170524110825.4bba38b1@canb.auug.org.au> In-Reply-To: <20170524110825.4bba38b1@canb.auug.org.au> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: svr-orw-mbx-01.mgc.mentorg.com (147.34.90.201) To svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mark since commit 8d4a6cad7adb ("spi: imx: dynamic burst length adjust for PIO mode ") has been reverted, then commit 1ce1c618e6b5 ("spi: imx: only allow dynamic burst in PIO mode") need to be reverted as well. I can submit another version of patch set, with all founded issues be addressed after that. Thanks, Jiada On 05/23/2017 06:08 PM, Stephen Rothwell wrote: > Hi Mark, > > After merging the spi tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > drivers/spi/spi-imx.c: In function 'spi_imx_can_dma': > drivers/spi/spi-imx.c:241:9: error: 'struct spi_imx_data' has no member named 'dynamic_burst' > spi_imx->dynamic_burst = 0; > ^ > > Caused by commit > > 09b3ed2d5916 ("spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode"") > > interacting with commit > > 1ce1c618e6b5 ("spi: imx: only allow dynamic burst in PIO mode") > > from a separate topic branch and not fixing it up in the merge. Although > that second commit could never have built anyway on its own :-( > > I have used the spi tree from next-20170523 for today. >