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:	Fri, 21 May 2010 10:22:57 -0700
From:	"Justin P. Mattock" <justinmattock@...il.com>
To:	linux-pcmcia@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH]pacmcia:yena_socket.c Remove extra #ifdef CONFIG_YENTA_TI

On 05/21/2010 06:18 AM, Dominik Brodowski wrote:
> Applied (see below), thanks.
>
> Best,
> 	Dominik
>
> From: Justin P. Mattock<justinmattock@...il.com>
> Date: Thu, 20 May 2010 13:40:02 -0700
> Subject: [PATCH] pcmcia: yenta_socket.c Remove extra #ifdef CONFIG_YENTA_TI
>
> Seems pointless to have two #ifdef's with the same
> CONFIG_YENTA_TI.. Remove the extra one and
> move CARDBUS_TYPE_ENE with the others.
>
> [linux@...inikbrodowski.net: spelling&  whitespace fixes]
> Signed-off-by: Justin P. Mattock<justinmattock@...il.com>
> Signed-off-by: Dominik Brodowski<linux@...inikbrodowski.net>
>
> diff --git a/drivers/pcmcia/yenta_socket.c b/drivers/pcmcia/yenta_socket.c
> index 6bf8b2c..f1d4137 100644
> --- a/drivers/pcmcia/yenta_socket.c
> +++ b/drivers/pcmcia/yenta_socket.c
> @@ -880,6 +880,12 @@ static struct cardbus_type cardbus_type[] = {
>   		.restore_state	= ti_restore_state,
>   		.sock_init	= ti_init,
>   	},
> +	[CARDBUS_TYPE_ENE]	= {
> +		.override	= ene_override,
> +		.save_state	= ti_save_state,
> +		.restore_state	= ti_restore_state,
> +		.sock_init	= ti_init,
> +	},
>   #endif
>   #ifdef CONFIG_YENTA_RICOH
>   	[CARDBUS_TYPE_RICOH]	= {
> @@ -902,14 +908,6 @@ static struct cardbus_type cardbus_type[] = {
>   		.restore_state	= o2micro_restore_state,
>   	},
>   #endif
> -#ifdef CONFIG_YENTA_TI
> -	[CARDBUS_TYPE_ENE]	= {
> -		.override	= ene_override,
> -		.save_state	= ti_save_state,
> -		.restore_state	= ti_restore_state,
> -		.sock_init	= ti_init,
> -	},
> -#endif
>   };
>
>
>
>


cool..

As for the problem with
pcmcia, I've my machine ready to take anything
but am in no real hurry with it(was more curious
how 2.6.34 ran on the old beast of a machine).

I'll go and send the bug report to Raphael
so he can add it to the list of regressions,
then down the line if something comes up
I can test it out or something..

Justin P. Mattock
--
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