Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66538
b: refs/heads/master
c: 4ecd41b
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and David S. Miller committed Oct 10, 2007
1 parent a8607bc commit 7c78654
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: 655b4d16ac5e551e5c8dac5812156edfd87bf822
refs/heads/master: 4ecd41bd0ff5dfcb4f2c59d980f9196c160882be
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/libertas/if_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ static int if_cs_prog_helper(struct if_cs_card *card)
ret = -ENODEV;
goto done;
}
lbs_deb_cs("helper size %d\n", fw->size);
lbs_deb_cs("helper size %td\n", fw->size);

/* "Set the 5 bytes of the helper image to 0" */
/* Not needed, this contains an ARM branch instruction */
Expand Down Expand Up @@ -535,7 +535,7 @@ static int if_cs_prog_real(struct if_cs_card *card)
ret = -ENODEV;
goto done;
}
lbs_deb_cs("fw size %d\n", fw->size);
lbs_deb_cs("fw size %td\n", fw->size);

ret = if_cs_poll_while_fw_download(card, IF_CS_C_SQ_READ_LOW, IF_CS_C_SQ_HELPER_OK);
if (ret < 0) {
Expand Down

0 comments on commit 7c78654

Please sign in to comment.