lkml.org 
[lkml]   [2009]   [Mar]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH -tip] x86: i8257.c cleanup
From
Date
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);



\
 
 \ /
  Last update: 2009-03-14 15:55    [W:0.033 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site