diff options
Diffstat (limited to 'drivers/ssb/sdio.c')
-rw-r--r-- | drivers/ssb/sdio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ssb/sdio.c b/drivers/ssb/sdio.c index 114051056b52..65a6080cb02a 100644 --- a/drivers/ssb/sdio.c +++ b/drivers/ssb/sdio.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include "ssb_private.h" | 21 | #include "ssb_private.h" |
22 | 22 | ||
23 | /* Define the following to 1 to enable a printk on each coreswitch. */ | 23 | /* Define the following to 1 to enable a printk on each coreswitch. */ |
24 | #define SSB_VERBOSE_SDIOCORESWITCH_DEBUG 1 | 24 | #define SSB_VERBOSE_SDIOCORESWITCH_DEBUG 0 |
25 | 25 | ||
26 | 26 | ||
27 | /* Hardware invariants CIS tuples */ | 27 | /* Hardware invariants CIS tuples */ |
@@ -333,7 +333,7 @@ static void ssb_sdio_block_read(struct ssb_device *dev, void *buffer, | |||
333 | goto out; | 333 | goto out; |
334 | 334 | ||
335 | err_out: | 335 | err_out: |
336 | dev_dbg(ssb_sdio_dev(bus), "%04X:%04X (width=%u, len=%u), error %d\n", | 336 | dev_dbg(ssb_sdio_dev(bus), "%04X:%04X (width=%u, len=%zu), error %d\n", |
337 | bus->sdio_sbaddr >> 16, offset, reg_width, saved_count, error); | 337 | bus->sdio_sbaddr >> 16, offset, reg_width, saved_count, error); |
338 | out: | 338 | out: |
339 | sdio_release_host(bus->host_sdio); | 339 | sdio_release_host(bus->host_sdio); |
@@ -440,7 +440,7 @@ static void ssb_sdio_block_write(struct ssb_device *dev, const void *buffer, | |||
440 | goto out; | 440 | goto out; |
441 | 441 | ||
442 | err_out: | 442 | err_out: |
443 | dev_dbg(ssb_sdio_dev(bus), "%04X:%04X (width=%u, len=%u), error %d\n", | 443 | dev_dbg(ssb_sdio_dev(bus), "%04X:%04X (width=%u, len=%zu), error %d\n", |
444 | bus->sdio_sbaddr >> 16, offset, reg_width, saved_count, error); | 444 | bus->sdio_sbaddr >> 16, offset, reg_width, saved_count, error); |
445 | out: | 445 | out: |
446 | sdio_release_host(bus->host_sdio); | 446 | sdio_release_host(bus->host_sdio); |