diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/libertas/if_cs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/libertas/if_cs.c b/drivers/net/wireless/libertas/if_cs.c index 4dffc5cc0d1a..09c87df5c2fd 100644 --- a/drivers/net/wireless/libertas/if_cs.c +++ b/drivers/net/wireless/libertas/if_cs.c | |||
@@ -459,7 +459,7 @@ static int if_cs_prog_helper(struct if_cs_card *card) | |||
459 | ret = -ENODEV; | 459 | ret = -ENODEV; |
460 | goto done; | 460 | goto done; |
461 | } | 461 | } |
462 | lbs_deb_cs("helper size %d\n", fw->size); | 462 | lbs_deb_cs("helper size %td\n", fw->size); |
463 | 463 | ||
464 | /* "Set the 5 bytes of the helper image to 0" */ | 464 | /* "Set the 5 bytes of the helper image to 0" */ |
465 | /* Not needed, this contains an ARM branch instruction */ | 465 | /* Not needed, this contains an ARM branch instruction */ |
@@ -535,7 +535,7 @@ static int if_cs_prog_real(struct if_cs_card *card) | |||
535 | ret = -ENODEV; | 535 | ret = -ENODEV; |
536 | goto done; | 536 | goto done; |
537 | } | 537 | } |
538 | lbs_deb_cs("fw size %d\n", fw->size); | 538 | lbs_deb_cs("fw size %td\n", fw->size); |
539 | 539 | ||
540 | ret = if_cs_poll_while_fw_download(card, IF_CS_C_SQ_READ_LOW, IF_CS_C_SQ_HELPER_OK); | 540 | ret = if_cs_poll_while_fw_download(card, IF_CS_C_SQ_READ_LOW, IF_CS_C_SQ_HELPER_OK); |
541 | if (ret < 0) { | 541 | if (ret < 0) { |