diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mtd/chips/cfi_cmdset_0002.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/chips/cfi_cmdset_0002.c b/drivers/mtd/chips/cfi_cmdset_0002.c index 0e21b0982480..87e86e93ebf9 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) | |||
442 | if ((bootloc < 2) || (bootloc > 5)) { | 442 | if ((bootloc < 2) || (bootloc > 5)) { |
443 | printk(KERN_WARNING "%s: CFI contains unrecognised boot " | 443 | printk(KERN_WARNING "%s: CFI contains unrecognised boot " |
444 | "bank location (%d). Assuming bottom.\n", | 444 | "bank location (%d). Assuming bottom.\n", |
445 | bootloc, map->name); | 445 | map->name, bootloc); |
446 | bootloc = 2; | 446 | bootloc = 2; |
447 | } | 447 | } |
448 | 448 | ||