Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761347Ab2EIX7S (ORCPT ); Wed, 9 May 2012 19:59:18 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:58408 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751969Ab2EIX7Q (ORCPT ); Wed, 9 May 2012 19:59:16 -0400 Date: Wed, 09 May 2012 16:59:14 -0700 (PDT) Message-ID: <87pqacq52r.wl%kuninori.morimoto.gx@renesas.com> From: kuninori.morimoto.gx@renesas.com To: Guennadi Liakhovetski Cc: Vinod Koul , linux-kernel@vger.kernel.org, Magnus Damm , Yoshihiro Shimoda , Paul Mundt , linux-sh@vger.kernel.org, Greg Kroah-Hartman Subject: Re: [PATCH 7/9 v3] usb: renesas_usbhs: prepare for conversion to the shdma base library In-Reply-To: <1336576161-27082-8-git-send-email-g.liakhovetski@gmx.de> References: <1336576161-27082-1-git-send-email-g.liakhovetski@gmx.de> <1336576161-27082-8-git-send-email-g.liakhovetski@gmx.de> User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0 MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-2022-JP Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2464 Lines: 66 At Wed, 09 May 2012 17:09:19 +0200, Guennadi wrote: > > Signed-off-by: Guennadi Liakhovetski > Cc: Greg Kroah-Hartman > --- Acked-by: Kuninori Morimoto > drivers/usb/renesas_usbhs/fifo.c | 10 +++++----- > 1 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/drivers/usb/renesas_usbhs/fifo.c b/drivers/usb/renesas_usbhs/fifo.c > index 6ec7f83..fc597a4 100644 > --- a/drivers/usb/renesas_usbhs/fifo.c > +++ b/drivers/usb/renesas_usbhs/fifo.c > @@ -994,7 +994,7 @@ static bool usbhsf_dma_filter(struct dma_chan *chan, void *param) > * > * usbhs doesn't recognize id = 0 as valid DMA > */ > - if (0 == slave->slave_id) > + if (0 == slave->shdma_slave.slave_id) > return false; > > chan->private = slave; > @@ -1173,8 +1173,8 @@ int usbhs_fifo_probe(struct usbhs_priv *priv) > fifo->port = D0FIFO; > fifo->sel = D0FIFOSEL; > fifo->ctr = D0FIFOCTR; > - fifo->tx_slave.slave_id = usbhs_get_dparam(priv, d0_tx_id); > - fifo->rx_slave.slave_id = usbhs_get_dparam(priv, d0_rx_id); > + fifo->tx_slave.shdma_slave.slave_id = usbhs_get_dparam(priv, d0_tx_id); > + fifo->rx_slave.shdma_slave.slave_id = usbhs_get_dparam(priv, d0_rx_id); > > /* D1FIFO */ > fifo = usbhsf_get_d1fifo(priv); > @@ -1182,8 +1182,8 @@ int usbhs_fifo_probe(struct usbhs_priv *priv) > fifo->port = D1FIFO; > fifo->sel = D1FIFOSEL; > fifo->ctr = D1FIFOCTR; > - fifo->tx_slave.slave_id = usbhs_get_dparam(priv, d1_tx_id); > - fifo->rx_slave.slave_id = usbhs_get_dparam(priv, d1_rx_id); > + fifo->tx_slave.shdma_slave.slave_id = usbhs_get_dparam(priv, d1_tx_id); > + fifo->rx_slave.shdma_slave.slave_id = usbhs_get_dparam(priv, d1_rx_id); > > return 0; > } > -- > 1.7.2.5 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html --- Kuninori Morimoto 「やりたいと思っているんだけど」そんなんじゃ思い続けて一生終わるよ。 やるヤツはやるうえに、やり続けているんだ。成功しても、まだやり続けている。 − 山本一力(作家) -- 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/