Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249154
b: refs/heads/master
c: 85633f6
h: refs/heads/master
v: v3
  • Loading branch information
Stanislav Fomichev authored and Greg Kroah-Hartman committed Apr 25, 2011
1 parent 1d91c10 commit aa6bf8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 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: d83942856615c17724201a9aecda5b4c582a2476
refs/heads/master: 85633f62b5693e6c7b56d1b3db83bd5e56776ae3
5 changes: 0 additions & 5 deletions trunk/drivers/staging/brcm80211/include/pcicfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ typedef struct _pci_config_regs {

/* Classes and subclasses */

/* Header types */
typedef enum {
PCI_HEADER_NORMAL
} pci_header_types;

/* Overlay for a PCI-to-PCI bridge */

#define PPB_RSVDA_MAX 2
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/util/nicpci.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pcicore_find_pci_capability(void *dev, u8 req_cap_id,

/* check for Header type 0 */
pci_read_config_byte(dev, PCI_HEADER_TYPE, &byte_val);
if ((byte_val & 0x7f) != PCI_HEADER_NORMAL)
if ((byte_val & 0x7f) != PCI_HEADER_TYPE_NORMAL)
goto end;

/* check if the capability pointer field exists */
Expand Down

0 comments on commit aa6bf8e

Please sign in to comment.