Re: [PATCH] Fix Dreamcast DMA

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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, &registered_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.


[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux