Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45640
b: refs/heads/master
c: 4010db5
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Roese authored and David Woodhouse committed Nov 28, 2006
1 parent 814ea48 commit da4c118
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: ddacff1f20fc5c96cc73e2975258e05d298c97cc
refs/heads/master: 4010db56c8fe5bbb8e223bf9c9c36d41e9ad4f79
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/ndfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static void ndfc_select_chip(struct mtd_info *mtd, int chip)
ccr |= NDFC_CCR_BS(chip + pchip->chip_offset);
} else
ccr |= NDFC_CCR_RESET_CE;
writel(ccr, ndfc->ndfcbase + NDFC_CCR);
__raw_writel(ccr, ndfc->ndfcbase + NDFC_CCR);
}

static void ndfc_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl)
Expand Down

0 comments on commit da4c118

Please sign in to comment.