Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09adfe45 authored by Pierre Ossman's avatar Pierre Ossman
Browse files

cb710: fix printk format string



Signed-off-by: default avatarPierre Ossman <pierre@ossman.eu>
parent 5f5bac82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}