Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106416
b: refs/heads/master
c: 451d339
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and David Woodhouse committed Jun 4, 2008
1 parent 7258af6 commit fd8d7d9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2e3c22f57029ce04d55c07b8332ae405005456d9
refs/heads/master: 451d33993b13174d27474ad2ce7a2f10ce2e31ad
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/nand/s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,8 @@ static void s3c2410_nand_update_chip(struct s3c2410_nand_info *info,
{
struct nand_chip *chip = &nmtd->chip;

printk("%s: chip %p: %d\n", __func__, chip, chip->page_shift);
dev_dbg(info->device, "chip %p => page shift %d\n",
chip, chip->page_shift);

if (hardware_ecc) {
/* change the behaviour depending on wether we are using
Expand Down

0 comments on commit fd8d7d9

Please sign in to comment.