Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143813
b: refs/heads/master
c: 55e5750
h: refs/heads/master
i:
  143811: 6963c1c
v: v3
  • Loading branch information
Dave Jiang authored and Linus Torvalds committed Apr 21, 2009
1 parent b454fb4 commit 2a5afcb
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: b298cecb3deddf76d60022473a57f1cb776cbdcd
refs/heads/master: 55e5750b3e979bac853c0809ad0ef75b7cebd18c
2 changes: 1 addition & 1 deletion trunk/drivers/edac/mpc85xx_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ static void mpc85xx_mc_check(struct mem_ctl_info *mci)
int row_index;

err_detect = in_be32(pdata->mc_vbase + MPC85XX_MC_ERR_DETECT);
if (err_detect)
if (!err_detect)
return;

mpc85xx_mc_printk(mci, KERN_ERR, "Err Detect Register: %#8.8x\n",
Expand Down

0 comments on commit 2a5afcb

Please sign in to comment.