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]
Message-ID: <4B69B473.5030607@yahoo.es>
Date:	Wed, 03 Feb 2010 18:37:55 +0100
From:	Albert Herranz <albert_herranz@...oo.es>
To:	Michael Buesch <mb@...sch.de>
CC:	"John W. Linville" <linville@...driver.com>,
	Christoph Egger <siccegge@...d.informatik.uni-erlangen.de>,
	vamos@...informatik.uni-erlangen.de, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ssb: Fix CONFIG_SSB_SDIOHOST typo

Michael Buesch wrote:
> This fixes a CONFIG_SSB_SDIOHOST typo.
> 
> Signed-off-by: Michael Buesch <mb@...sch.de>
> Reported-by: Christoph Egger <siccegge@...d.informatik.uni-erlangen.de>
> 
> ---
>  drivers/ssb/main.c |    3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> --- wireless-testing.orig/drivers/ssb/main.c
> +++ wireless-testing/drivers/ssb/main.c
> @@ -494,8 +494,7 @@ static int ssb_devices_register(struct s
>  #endif
>  			break;
>  		case SSB_BUSTYPE_SDIO:
> -#ifdef CONFIG_SSB_SDIO
> -			sdev->irq = bus->host_sdio->dev.irq;
> +#ifdef CONFIG_SSB_SDIOHOST
>  			dev->parent = &bus->host_sdio->dev;
>  #endif
>  			break;
> 

Tested-By: Albert Herranz <albert_herranz@...oo.es>

Thanks,
Albert
--
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