Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162905
b: refs/heads/master
c: de32cce
h: refs/heads/master
i:
  162903: bed55ef
v: v3
  • Loading branch information
Randy Dunlap authored and John W. Linville committed Sep 16, 2009
1 parent 2a05bf7 commit b91ff48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f7f71173ea69d4dabf166533beffa9294090b7ef
refs/heads/master: de32cce132a9c96e1ba3fddc0c5a6d110af42ea4
4 changes: 2 additions & 2 deletions trunk/drivers/ssb/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ static void ssb_sdio_block_read(struct ssb_device *dev, void *buffer,
goto out;

err_out:
dev_dbg(ssb_sdio_dev(bus), "%04X:%04X (width=%u, len=%u), error %d\n",
dev_dbg(ssb_sdio_dev(bus), "%04X:%04X (width=%u, len=%zu), error %d\n",
bus->sdio_sbaddr >> 16, offset, reg_width, saved_count, error);
out:
sdio_release_host(bus->host_sdio);
Expand Down Expand Up @@ -440,7 +440,7 @@ static void ssb_sdio_block_write(struct ssb_device *dev, const void *buffer,
goto out;

err_out:
dev_dbg(ssb_sdio_dev(bus), "%04X:%04X (width=%u, len=%u), error %d\n",
dev_dbg(ssb_sdio_dev(bus), "%04X:%04X (width=%u, len=%zu), error %d\n",
bus->sdio_sbaddr >> 16, offset, reg_width, saved_count, error);
out:
sdio_release_host(bus->host_sdio);
Expand Down

0 comments on commit b91ff48

Please sign in to comment.