Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314178
b: refs/heads/master
c: 934b9d1
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Jun 8, 2012
1 parent d3e04cd commit d5deb34
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: bf34e68352ac9f8deae3e78c2825ac9fe373e73e
refs/heads/master: 934b9d1ed71cca5a220ec13e3f76d6aebf5183da
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ti/wl18xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,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);
"expected %ld got %zd",
WL18XX_CONF_SIZE, fw->size);
ret = -EINVAL;
goto out;
}
Expand Down

0 comments on commit d5deb34

Please sign in to comment.