From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: Re: [PATCH v11 3/8] ARM: edma: Add EDMA crossbar event mux support Date: Thu, 20 Jun 2013 10:19:32 +0530 Message-ID: <51C289DC.1080604@ti.com> References: <1371537499-12970-1-git-send-email-joelagnel@ti.com> <1371537499-12970-4-git-send-email-joelagnel@ti.com> <51C0344F.6010709@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Linux Documentation List , Tony Lindgren , Koen Kooi , Grant Likely , Russell King , Vinod Koul , Arnd Bergmann , Devicetree Discuss , Rob Herring , Jason Kridner , Linux OMAP List , Linux ARM Kernel List , Joel A Fernandes , Linux DaVinci Kernel List , Benoit Cousson , Mark Brown , Linux MMC List , Linux Ker To: Joel A Fernandes Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: Errors-To: davinci-linux-open-source-bounces-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org List-Id: linux-spi.vger.kernel.org On 6/20/2013 6:06 AM, Joel A Fernandes wrote: >>> + /* Clear the xbar mapped channels in unused list */ >>> + xbar_chans = info[j]->xbar_chans; >>> + if (xbar_chans) { >>> + for (i = 0; xbar_chans[i][1] != -1; i++) { >>> + off = xbar_chans[i][1]; >>> + clear_bits(off, 1, >>> + edma_cc[j]->edma_unused); >> >> Please fix the alignment here. > > I noticed the alignment was off in a few other places in that driver. > Fixed those up too. If you do, please make it a separate (pre)patch. Thanks, Sekhar