Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27918
b: refs/heads/master
c: f24ff6b
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and David Woodhouse committed Jun 9, 2006
1 parent 256d82c commit e6e42f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 4ed0156f774cf50252e7f51032d1cc857fe86879
refs/heads/master: f24ff6bf8c903bc0c645bf87fbe87f9a6d9f634f
6 changes: 3 additions & 3 deletions trunk/drivers/mtd/maps/physmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ static int physmap_flash_probe(struct platform_device *dev)
if (physmap_data == NULL)
return -ENODEV;

printk(KERN_NOTICE "physmap platform flash device: %.8lx at %.8lx\n",
dev->resource->end - dev->resource->start + 1,
dev->resource->start);
printk(KERN_NOTICE "physmap platform flash device: %.8llx at %.8llx\n",
(unsigned long long)dev->resource->end - dev->resource->start + 1,
(unsigned long long)dev->resource->start);

info = kmalloc(sizeof(struct physmap_flash_info), GFP_KERNEL);
if (info == NULL) {
Expand Down

0 comments on commit e6e42f2

Please sign in to comment.