Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206086
b: refs/heads/master
c: 3b8fdb7
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Jesse Barnes committed Jul 30, 2010
1 parent 4d4b926 commit b7b8a55
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: f6735590e9f441762ab5afeff64ded99e5b19a68
refs/heads/master: 3b8fdb759e6ed446433c6dfd5a226d9007925596
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/shpchp_hpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
#define CON_PFAULT_INTR_MASK (1 << 28)
#define MRL_CHANGE_SERR_MASK (1 << 29)
#define CON_PFAULT_SERR_MASK (1 << 30)
#define SLOT_REG_RSVDZ_MASK (1 << 15) | (7 << 21)
#define SLOT_REG_RSVDZ_MASK ((1 << 15) | (7 << 21))

/*
* SHPC Command Code definitnions
Expand Down

0 comments on commit b7b8a55

Please sign in to comment.