Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149460
b: refs/heads/master
c: 09adfe4
h: refs/heads/master
v: v3
  • Loading branch information
Pierre Ossman committed Jun 13, 2009
1 parent 73ff898 commit ac694d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f5bac8272be791b67c7b7b411e7c8c5847e598a
refs/heads/master: 09adfe454c87e3ec5dffbc42567cd7b4b4948522
2 changes: 1 addition & 1 deletion trunk/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 ac694d7

Please sign in to comment.