Re: [PATCH] ssb: Fix CONFIG_SSB_SDIOHOST typo

From: Albert Herranz
Date: Wed Feb 03 2010 - 12:44:49 EST


Michael Buesch wrote:
> This fixes a CONFIG_SSB_SDIOHOST typo.
>
> Signed-off-by: Michael Buesch <mb@xxxxxxxxx>
> Reported-by: Christoph Egger <siccegge@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
>
> ---
> 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@xxxxxxxx>

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