The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: linuxsh-dev@lists.sourceforge.net
Cc: Adrian McMenamin <adrian@newgolddream.dyndns.info>,
	Paul Mundt <lethal@users.sourceforge.net>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Fix Dreamcast DMA
Date: Fri, 20 Jul 2007 02:09:27 -0400	[thread overview]
Message-ID: <200707200209.28457.vapier@gentoo.org> (raw)
In-Reply-To: <1184871374.6043.1.camel@localhost.localdomain>

[-- Attachment #1: Type: text/plain, Size: 793 bytes --]

On Thursday 19 July 2007, Adrian McMenamin wrote:
> Signed-off by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
> @@ -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 #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

      reply	other threads:[~2007-07-20  6:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-19 18:56 [PATCH] Fix Dreamcast DMA Adrian McMenamin
2007-07-20  6:09 ` Mike Frysinger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200707200209.28457.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=adrian@newgolddream.dyndns.info \
    --cc=lethal@users.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxsh-dev@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox