public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Albert Herranz <albert_herranz@yahoo.es>
To: Michael Buesch <mb@bu3sch.de>
Cc: "John W. Linville" <linville@tuxdriver.com>,
	Christoph Egger <siccegge@stud.informatik.uni-erlangen.de>,
	vamos@i4.informatik.uni-erlangen.de,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ssb: Fix CONFIG_SSB_SDIOHOST typo
Date: Wed, 03 Feb 2010 18:37:55 +0100	[thread overview]
Message-ID: <4B69B473.5030607@yahoo.es> (raw)
In-Reply-To: <201002031824.37215.mb@bu3sch.de>

Michael Buesch wrote:
> This fixes a CONFIG_SSB_SDIOHOST typo.
> 
> Signed-off-by: Michael Buesch <mb@bu3sch.de>
> Reported-by: Christoph Egger <siccegge@stud.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@yahoo.es>

Thanks,
Albert

      reply	other threads:[~2010-02-03 17:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-03 15:23 Unreachable block in Kernel Code (CONFIG_SSB_SDIO) Christoph Egger
2010-02-03 17:24 ` [PATCH] ssb: Fix CONFIG_SSB_SDIOHOST typo Michael Buesch
2010-02-03 17:37   ` Albert Herranz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B69B473.5030607@yahoo.es \
    --to=albert_herranz@yahoo.es \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=mb@bu3sch.de \
    --cc=siccegge@stud.informatik.uni-erlangen.de \
    --cc=vamos@i4.informatik.uni-erlangen.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox