b43-dev.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ssb: pci: trivial: drop useless pointer
@ 2011-04-01 10:07 Rafał Miłecki
  2011-04-01 10:07 ` [PATCH 2/3] ssb: pci: fix mdio writes on newer cores (rev 10+) Rafał Miłecki
  2011-04-01 10:07 ` [PATCH 3/3] ssb: pci: implement mdio reading Rafał Miłecki
  0 siblings, 2 replies; 3+ messages in thread
From: Rafał Miłecki @ 2011-04-01 10:07 UTC (permalink / raw)
  To: Michael Büsch, linux-wireless, John W. Linville
  Cc: b43-dev, Rafał Miłecki

Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
---
 drivers/ssb/driver_pcicore.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/ssb/driver_pcicore.c b/drivers/ssb/driver_pcicore.c
index 0e8d352..e0cf29e 100644
--- a/drivers/ssb/driver_pcicore.c
+++ b/drivers/ssb/driver_pcicore.c
@@ -417,11 +417,9 @@ static void ssb_pcicore_init_clientmode(struct ssb_pcicore *pc)
 void ssb_pcicore_init(struct ssb_pcicore *pc)
 {
 	struct ssb_device *dev = pc->dev;
-	struct ssb_bus *bus;
 
 	if (!dev)
 		return;
-	bus = dev->bus;
 	if (!ssb_device_is_enabled(dev))
 		ssb_device_enable(dev, 0);
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-01 10:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-01 10:07 [PATCH 1/3] ssb: pci: trivial: drop useless pointer Rafał Miłecki
2011-04-01 10:07 ` [PATCH 2/3] ssb: pci: fix mdio writes on newer cores (rev 10+) Rafał Miłecki
2011-04-01 10:07 ` [PATCH 3/3] ssb: pci: implement mdio reading Rafał Miłecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).