Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311709
b: refs/heads/master
c: 48f8b64
h: refs/heads/master
i:
  311707: 99710e0
v: v3
  • Loading branch information
Dan Carpenter authored and David Woodhouse committed Jul 6, 2012
1 parent 51d7040 commit af1b7b7
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: ea3b2ea24ef0f2ef9c6795b19cff456195b6728a
refs/heads/master: 48f8b641297df49021093763a3271119a84990a2
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/cafe_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static const char *part_probes[] = { "cmdlinepart", "RedBoot", NULL };
static int cafe_device_ready(struct mtd_info *mtd)
{
struct cafe_priv *cafe = mtd->priv;
int result = !!(cafe_readl(cafe, NAND_STATUS) | 0x40000000);
int result = !!(cafe_readl(cafe, NAND_STATUS) & 0x40000000);
uint32_t irqs = cafe_readl(cafe, NAND_IRQ);

cafe_writel(cafe, irqs, NAND_IRQ);
Expand Down

0 comments on commit af1b7b7

Please sign in to comment.