Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 391ae22a authored by Michael Buesch's avatar Michael Buesch Committed by John W. Linville
Browse files

ssb: Fix CONFIG_SSB_SDIOHOST typo



This fixes a CONFIG_SSB_SDIOHOST typo.

Signed-off-by: default avatarMichael Buesch <mb@bu3sch.de>
Reported-by: default avatarChristoph Egger <siccegge@stud.informatik.uni-erlangen.de>
Tested-By: default avatarAlbert Herranz <albert_herranz@yahoo.es>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent b6c3f5be
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;