Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128194
b: refs/heads/master
c: 85795da
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jan 9, 2009
1 parent aaf3dfd commit 891fd0b
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: 68874414def891ec1319ae19a1c7e9c00854d872
refs/heads/master: 85795dac740e63e81aeec8d49aada54ab07656b5
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/maps/nettel.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ static int __init nettel_init(void)
*intel1par = 0;
}

printk(KERN_NOTICE "SNAPGEAR: Intel flash device size = %dK\n",
(intel_mtd->size >> 10));
printk(KERN_NOTICE "SNAPGEAR: Intel flash device size = %lldKiB\n",
(unsigned long long)(intel_mtd->size >> 10));

intel_mtd->owner = THIS_MODULE;

Expand Down

0 comments on commit 891fd0b

Please sign in to comment.