linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 1/2] sh: landisk: Remove mv_nr_irqs
Date: Sun, 27 Mar 2011 04:34:56 +0000	[thread overview]
Message-ID: <AANLkTikA8gORafjfBOMa1UzjqveWESYJ9UPd5jq5y9jF@mail.gmail.com> (raw)
In-Reply-To: <1301200307-5321-1-git-send-email-iwamatsu@nigauri.org>

On Sun, Mar 27, 2011 at 12:31 AM, Nobuhiro Iwamatsu wrote:
> --- a/arch/sh/boards/mach-landisk/setup.c
> +++ b/arch/sh/boards/mach-landisk/setup.c
> @@ -23,7 +23,7 @@
>
>  static void landisk_power_off(void)
>  {
> -        __raw_writeb(0x01, PA_SHUTDOWN);
> +       __raw_writeb(0x01, PA_SHUTDOWN);
>  }
>
>  static struct resource cf_ide_resources[3];
> @@ -85,7 +85,7 @@ device_initcall(landisk_devices_setup);
>
>  static void __init landisk_setup(char **cmdline_p)
>  {
> -        /* LED ON */
> +       /* LED ON */
>        __raw_writeb(__raw_readb(PA_LED) | 0x03, PA_LED);
>
>        printk(KERN_INFO "I-O DATA DEVICE, INC. \"LANDISK Series\" support.\n");

shouldnt whitespace noise be a sep patch ?
-mike

  reply	other threads:[~2011-03-27  4:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-27  4:31 [PATCH 1/2] sh: landisk: Remove mv_nr_irqs Nobuhiro Iwamatsu
2011-03-27  4:34 ` Mike Frysinger [this message]
2011-03-28  0:49 ` Nobuhiro Iwamatsu
2011-03-28  0:50 ` Nobuhiro Iwamatsu

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=AANLkTikA8gORafjfBOMa1UzjqveWESYJ9UPd5jq5y9jF@mail.gmail.com \
    --to=vapier@gentoo.org \
    --cc=linux-sh@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).