public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jaswinder Singh Rajput <jaswinder@kernel.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: x86 maintainers <x86@kernel.org>, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH -tip] x86: i8257.c cleanup
Date: Sat, 14 Mar 2009 20:21:34 +0530	[thread overview]
Message-ID: <1237042294.4546.13.camel@ht.satnam> (raw)
In-Reply-To: <1237041815.4546.10.camel@ht.satnam>

On Sat, 2009-03-14 at 20:13 +0530, Jaswinder Singh Rajput wrote:
> Subject: [PATCH] x86: i8257.c cleanup
> 

Oops, typo

It is [PATCH] x86: i8237.c cleanup

> Impact: cleanup
> 
> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
> ---
>  arch/x86/kernel/i8237.c |    5 +++--
>  1 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/x86/kernel/i8237.c b/arch/x86/kernel/i8237.c
> index b42ca69..044ca09 100644
> --- a/arch/x86/kernel/i8237.c
> +++ b/arch/x86/kernel/i8237.c
> @@ -9,9 +9,8 @@
>   * your option) any later version.
>   */
>  
> -#include <linux/init.h>
>  #include <linux/sysdev.h>
> -
> +#include <linux/init.h>
>  #include <asm/dma.h>
>  
>  /*
> @@ -64,8 +63,10 @@ static struct sys_device device_i8237A = {
>  static int __init i8237A_init_sysfs(void)
>  {
>  	int error = sysdev_class_register(&i8237_sysdev_class);
> +
>  	if (!error)
>  		error = sysdev_register(&device_i8237A);
> +
>  	return error;
>  }
>  device_initcall(i8237A_init_sysfs);


      reply	other threads:[~2009-03-14 14:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-14 14:43 [PATCH -tip] x86: i8257.c cleanup Jaswinder Singh Rajput
2009-03-14 14:51 ` Jaswinder Singh Rajput [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=1237042294.4546.13.camel@ht.satnam \
    --to=jaswinder@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=x86@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