On Thursday 19 July 2007, Adrian McMenamin wrote: > Signed-off by: Adrian McMenamin <[email protected]> > @@ -183,6 +183,7 @@ int dmac_search_free_channel(const char *dev_id) > return result; > > atomic_set(&channel->busy, 1); > + > return channel->chan; > } > > @@ -194,7 +195,6 @@ int request_dma(unsigned int chan, const char > *dev_id) > struct dma_channel *channel = { 0 }; > struct dma_info *info = get_dma_info(chan); > int result; > - > channel = get_dma_channel(chan); > if (atomic_xchg(&channel->busy, 1)) > return -EBUSY; > @@ -387,7 +388,7 @@ int register_dmac(struct dma_info *info) > } > > list_add(&info->list, ®istered_dmac_list); > - > + > return 0; > } > EXPORT_SYMBOL(register_dmac); seems like whitespace noise in here ... -mike
Attachment:
signature.asc
Description: This is a digitally signed message part.
- References:
- [PATCH] Fix Dreamcast DMA
- From: Adrian McMenamin <[email protected]>
- [PATCH] Fix Dreamcast DMA
- Prev by Date: Re: [PATCH] virtual sched_clock() for s390
- Next by Date: Re: [patch] fix some conversion overflows
- Previous by thread: [PATCH] Fix Dreamcast DMA
- Next by thread: [git patches] IDE updates
- Index(es):