X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fmtd%2Fchips%2Fcfi_cmdset_0002.c;fp=drivers%2Fmtd%2Fchips%2Fcfi_cmdset_0002.c;h=87e86e93ebf98d244f9a7df2a8270dc790136772;hb=abab7ebf8cc12a6bb03d06b103a49e97276168f0;hp=0e21b098248009e6950b7230269263ceb567c966;hpb=f6b173cc9d73c00a3182ec3fdb0f03909cad4b5b;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/mtd/chips/cfi_cmdset_0002.c b/drivers/mtd/chips/cfi_cmdset_0002.c index 0e21b09..87e86e9 100644 --- a/drivers/mtd/chips/cfi_cmdset_0002.c +++ b/drivers/mtd/chips/cfi_cmdset_0002.c @@ -442,7 +442,7 @@ struct mtd_info *cfi_cmdset_0002(struct map_info *map, int primary) if ((bootloc < 2) || (bootloc > 5)) { printk(KERN_WARNING "%s: CFI contains unrecognised boot " "bank location (%d). Assuming bottom.\n", - bootloc, map->name); + map->name, bootloc); bootloc = 2; }