Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122800
b: refs/heads/master
c: 2382792
h: refs/heads/master
v: v3
  • Loading branch information
Ilpo Järvinen authored and John W. Linville committed Dec 19, 2008
1 parent 1f7bb58 commit 011b020
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ee370ceda823435fe75be7dd4ed7b0e3dc3108b9
refs/heads/master: 23827926eb5ce5cb944ebbd96d22297a2582d45d
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/libertas/if_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* if_sdio_card_to_host() to pad the data.
*/

#include <linux/kernel.h>
#include <linux/moduleparam.h>
#include <linux/firmware.h>
#include <linux/netdevice.h>
Expand Down Expand Up @@ -581,7 +582,7 @@ static int if_sdio_prog_real(struct if_sdio_card *card)
chunk_size, (chunk_size + 31) / 32 * 32);
*/
ret = sdio_writesb(card->func, card->ioport,
chunk_buffer, (chunk_size + 31) / 32 * 32);
chunk_buffer, roundup(chunk_size, 32));
if (ret)
goto release;

Expand Down

0 comments on commit 011b020

Please sign in to comment.