Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228112
b: refs/heads/master
c: a1dc08b
h: refs/heads/master
v: v3
  • Loading branch information
Brett Rudley authored and Greg Kroah-Hartman committed Nov 16, 2010
1 parent 86b93f8 commit 24eb614
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: baebc160c12ba88baf201d35ecc22f1e250aad3f
refs/heads/master: a1dc08b7d95817faea5e6a358e22c6185b84163a
2 changes: 0 additions & 2 deletions trunk/drivers/staging/brcm80211/util/linux_osl.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ u32 osl_pci_read_config(osl_t *osh, uint offset, uint size)
void osl_pci_write_config(osl_t *osh, uint offset, uint size, uint val)
{
pci_write_config_dword(osh->pdev, offset, val);
if (offset == PCI_BAR0_WIN)
ASSERT(osl_pci_read_config(osh, offset, size) == val);
}

/* return bus # for the pci device pointed by osh->pdev */
Expand Down

0 comments on commit 24eb614

Please sign in to comment.