diff options
Diffstat (limited to 'drivers/mtd/inftlmount.c')
-rw-r--r-- | drivers/mtd/inftlmount.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mtd/inftlmount.c b/drivers/mtd/inftlmount.c index d969c2d5d62b..bd82b04ec8f2 100644 --- a/drivers/mtd/inftlmount.c +++ b/drivers/mtd/inftlmount.c | |||
@@ -385,8 +385,7 @@ int INFTL_formatblock(struct INFTLrecord *inftl, int block) | |||
385 | struct mtd_info *mtd = inftl->mbd.mtd; | 385 | struct mtd_info *mtd = inftl->mbd.mtd; |
386 | int physblock; | 386 | int physblock; |
387 | 387 | ||
388 | pr_debug("INFTL: INFTL_formatblock(inftl=%p," | 388 | pr_debug("INFTL: INFTL_formatblock(inftl=%p,block=%d)\n", inftl, block); |
389 | "block=%d)\n", inftl, block); | ||
390 | 389 | ||
391 | memset(instr, 0, sizeof(struct erase_info)); | 390 | memset(instr, 0, sizeof(struct erase_info)); |
392 | 391 | ||