Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27800
b: refs/heads/master
c: f6a673b
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed May 17, 2006
1 parent 9a01752 commit 7cd727e
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: fd0e5187458041c82fea616575104698397d68d3
refs/heads/master: f6a673b3f4f93c1c50e1b18f29254b0531b722a8
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/chips/gen_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp)

if (mtd) {
if (mtd->size > map->size) {
printk(KERN_WARNING "Reducing visibility of %lKiB chip to %lKiB\n",
printk(KERN_WARNING "Reducing visibility of %ldKiB chip to %ldKiB\n",
(unsigned long)mtd->size >> 10,
(unsigned long)map->size >> 10);
mtd->size = map->size;
Expand Down

0 comments on commit 7cd727e

Please sign in to comment.