Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314855
b: refs/heads/master
c: 4184407
h: refs/heads/master
i:
  314853: fa5e3ab
  314851: 3a81c98
  314847: ffb706b
v: v3
  • Loading branch information
Luciano Coelho committed Jun 21, 2012
1 parent d75ad8f commit 4a7a7a1
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: 93fb19bbb37c734ec0c662aa600d1d6a12c1be70
refs/heads/master: 41844076c5c3a33636b5c26d19b16c6141c5d6cd
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ti/wl18xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1023,8 +1023,8 @@ static int wl18xx_conf_init(struct wl1271 *wl, struct device *dev)
}

if (fw->size != WL18XX_CONF_SIZE) {
wl1271_error("configuration binary file size is wrong, "
"expected %d got %d", WL18XX_CONF_SIZE, fw->size);
wl1271_error("configuration binary file size is wrong, expected %zu got %zu",
WL18XX_CONF_SIZE, fw->size);
ret = -EINVAL;
goto out;
}
Expand Down

0 comments on commit 4a7a7a1

Please sign in to comment.