Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176911
b: refs/heads/master
c: 794d579
h: refs/heads/master
i:
  176909: 4f02d4c
  176907: e133bc8
  176903: 0d0d878
  176895: 55d9bbb
v: v3
  • Loading branch information
Russell King authored and David Woodhouse committed Sep 27, 2009
1 parent 9122e0a commit 6f87015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c1558b55c55620f54f0f78cb8295947a2a3f6de2
refs/heads/master: 794d579ae17a7ec8028e4844096059c19431a96c
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/maps/sa1100-flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ static int sa1100_probe_subdev(struct sa_subdev_info *subdev, struct resource *r
}
subdev->mtd->owner = THIS_MODULE;

printk(KERN_INFO "SA1100 flash: CFI device at 0x%08lx, %dMiB, "
"%d-bit\n", phys, subdev->mtd->size >> 20,
printk(KERN_INFO "SA1100 flash: CFI device at 0x%08lx, %uMiB, %d-bit\n",
phys, (unsigned)(subdev->mtd->size >> 20),
subdev->map.bankwidth * 8);

return 0;
Expand Down

0 comments on commit 6f87015

Please sign in to comment.