Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258662
b: refs/heads/master
c: e8885cb
h: refs/heads/master
v: v3
  • Loading branch information
Imre Kaloz authored and Nicolas Pitre committed Jul 18, 2011
1 parent c5213d9 commit 8dc7b2a
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: bcacff291c96c163da9341b764f0ccdeb97b38ad
refs/heads/master: e8885cb68dbdaa0a292bf1defc98addd0aed9b04
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-orion5x/mpp.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static unsigned int __init orion5x_variant(void)

orion5x_pcie_id(&dev, &rev);

if (dev == MV88F5181_DEV_ID && rev >= MV88F5181L_REV_A0)
if (dev == MV88F5181_DEV_ID)
return MPP_F5181_MASK;

if (dev == MV88F5182_DEV_ID)
Expand Down

0 comments on commit 8dc7b2a

Please sign in to comment.