mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] block: Fix printf warning
@ 2012-05-31 12:26 Alexander Shiyan
  2012-05-31 18:21 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2012-05-31 12:26 UTC (permalink / raw)
  To: barebox


Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 common/block.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/block.c b/common/block.c
index 5983171..71ecfd5 100644
--- a/common/block.c
+++ b/common/block.c
@@ -136,7 +136,7 @@ static int block_cache(struct block_device *blk, int block)
 	chunk = get_chunk(blk);
 	chunk->block_start = block & ~blk->blkmask;
 
-	debug("%s: %d to %d %s\n", __func__, chunk->block_start,
+	debug("%s: %d to %d\n", __func__, chunk->block_start,
 			chunk->num);
 
 	num_blocks = min(blk->rdbufsize, blk->num_blocks - chunk->block_start);
-- 
1.7.3.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-31 18:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-31 12:26 [PATCH] block: Fix printf warning Alexander Shiyan
2012-05-31 18:21 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox