lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 14 Mar 2009 20:21:34 +0530
From:	Jaswinder Singh Rajput <jaswinder@...nel.org>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	x86 maintainers <x86@...nel.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH -tip] x86: i8257.c cleanup

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@...il.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);

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ