ssb: Fix CONFIG_SSB_SDIOHOST typo
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> Tested-By: Albert Herranz <albert_herranz@yahoo.es> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
b6c3f5be7c
commit
391ae22ae5
1 changed files with 1 additions and 2 deletions
|
@ -494,8 +494,7 @@ static int ssb_devices_register(struct ssb_bus *bus)
|
|||
#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;
|
||||
|
|
Loading…
Reference in a new issue