Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355127
b: refs/heads/master
c: 830f8b9
h: refs/heads/master
i:
  355125: 271b152
  355123: 01a2103
  355119: 72ef44d
v: v3
  • Loading branch information
Gerlando Falauto authored and Jason Cooper committed Jan 23, 2013
1 parent 00bf4a9 commit a92c48c
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: fd2704e82daa93923921dd1c9052ead74b2fdc79
refs/heads/master: 830f8b9105b2d88cd2b115994e14bfe992f9a000
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-orion/mpp.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void __init orion_mpp_conf(unsigned int *mpp_list, unsigned int variant_mask,
"number (%u)\n", num);
continue;
}
if (variant_mask & !(*mpp_list & variant_mask)) {
if (variant_mask && !(*mpp_list & variant_mask)) {
printk(KERN_WARNING
"orion_mpp_conf: requested MPP%u config "
"unavailable on this hardware\n", num);
Expand Down

0 comments on commit a92c48c

Please sign in to comment.