From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Tue, 01 Jun 2004 16:01:46 +0000 Subject: Re: RFC: defining sbus dma direction bits in terms of enum dma_data_direction? Message-Id: <20040601160146.GA7639@lst.de> List-Id: References: <20040531124455.GA16822@lst.de> In-Reply-To: <20040531124455.GA16822@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: sparclinux@vger.kernel.org On Mon, May 31, 2004 at 08:17:23PM -0400, Ben Collins wrote: > > @@ -231,7 +227,7 @@ > > case FC_STATUS_ERR_OFFLINE: > > fc->state = FC_STATE_OFFLINE; > > dma_unmap_single (fc->dev, l->fcmds[i].cmd, 3 * sizeof(logi), > > - FC_DMA_BIDIRECTIONAL); > > + _DMA_BIDIRECTIONAL); > > printk ("%s: FC is offline\n", fc->name); > > if (atomic_dec_and_test (&l->todo)) > > up(&l->sem); > > Typo? s/_DMA_BIDIRECTIONAL/DMA_BIDIRECTIONAL/ Thanks. Dave, can you fix that if/when applying?