Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932097AbbBPEJQ (ORCPT ); Sun, 15 Feb 2015 23:09:16 -0500 Received: from mga01.intel.com ([192.55.52.88]:33832 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754817AbbBPEJP (ORCPT ); Sun, 15 Feb 2015 23:09:15 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,585,1418112000"; d="scan'208";a="455092322" Date: Mon, 16 Feb 2015 09:36:41 +0530 From: Vinod Koul To: Yibin Gong Cc: Stephen Rothwell , "linux-next@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Sascha Hauer Subject: Re: linux-next: build failure after merge of the slave-dma tree Message-ID: <20150216040641.GT21387@intel.com> References: <20150216120934.3f4dc936@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1455 Lines: 42 On Mon, Feb 16, 2015 at 01:48:56AM +0000, Yibin Gong wrote: > Hi Stephen, > Thanks for you report. I have notice it and sent the v4 patch review yesterday. > > 发自我的 iPhone > > > 在 2015年2月16日,09:09,Stephen Rothwell 写道: > > > > Hi Vinod, > > > > After merging the slave-dma tree, today's linux-next build (arm multi_v7_defconfig) > > failed like this: > > > > drivers/dma/imx-sdma.c: In function 'sdma_run_channel0': > > drivers/dma/imx-sdma.c:535:57: error: macro "readl" passed 2 arguments, but takes just 1 > > if (readl(SDMA_H_CONFIG_CSM, sdma->regs + SDMA_H_CONFIG) == 0) > > ^ > > drivers/dma/imx-sdma.c:535:6: error: 'readl' undeclared (first use in this function) > > if (readl(SDMA_H_CONFIG_CSM, sdma->regs + SDMA_H_CONFIG) == 0) > > ^ Thanks Stephen, > > > > Caused by commit 66a073b6478d ("dmaengine: imx-sdma: switch to dynamic > > context mode after script loaded"). I have dropped the offending commit now -- ~Vinod > > > > I have used the slave-dma tree from next-20150213 for today. > > -- > > Cheers, > > Stephen Rothwell sfr@canb.auug.org.au -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/