Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306786
b: refs/heads/master
c: dfcfb54
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and John W. Linville committed May 16, 2012
1 parent 3da3b05 commit 2ecac9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2615f3759b7b7d47a2fa894bc9f45286bdf122d7
refs/heads/master: dfcfb545d7edd0542c187c948237006675c4a656
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/b43/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ static bool b43_dma_translation_in_low_word(struct b43_wldev *dev,
#ifdef CONFIG_B43_SSB
if (dev->dev->bus_type == B43_BUS_SSB &&
dev->dev->sdev->bus->bustype == SSB_BUSTYPE_PCI &&
!(dev->dev->sdev->bus->host_pci->is_pcie &&
!(pci_is_pcie(dev->dev->sdev->bus->host_pci) &&
ssb_read32(dev->dev->sdev, SSB_TMSHIGH) & SSB_TMSHIGH_DMA64))
return 1;
#endif
Expand Down

0 comments on commit 2ecac9c

Please sign in to comment.