diff options
author | Brian Norris <computersforpeace@gmail.com> | 2011-07-19 13:06:10 -0400 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | 2011-09-11 08:02:16 -0400 |
commit | 0a32a10264d151bc2d1616d69edaf915aa728698 (patch) | |
tree | b31eeb9c6c177fc58c848c6a993f961ea2506858 /drivers/mtd/inftlmount.c | |
parent | 289c05222172b51401dbbb017115655f241d94ab (diff) |
mtd: cleanup style on pr_debug messages
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
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 | ||