Skip to content

Commit

Permalink
cb710: fix printk format string
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Ossman <pierre@ossman.eu>
  • Loading branch information
ossman committed Jun 13, 2009
1 parent 5f5bac8 commit 09adfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/host/cb710-mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ static void cb710_mmc_set_transfer_size(struct cb710_slot *slot,
cb710_write_port_32(slot, CB710_MMC_TRANSFER_SIZE_PORT,
((count - 1) << 16)|(blocksize - 1));

dev_vdbg(cb710_slot_dev(slot), "set up for %d block%s of %d bytes\n",
dev_vdbg(cb710_slot_dev(slot), "set up for %zu block%s of %zu bytes\n",
count, count == 1 ? "" : "s", blocksize);
}

Expand Down

0 comments on commit 09adfe4

Please sign in to comment.