Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150653
b: refs/heads/master
c: 1bb5633
h: refs/heads/master
i:
  150651: 53b6ad0
v: v3
  • Loading branch information
Randy Dunlap authored and John W. Linville committed Jun 3, 2009
1 parent aca48aa commit cb35015
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b63b0ea2c18bba44c934ec619ba47488553c3aa3
refs/heads/master: 1bb563334858f48f65b58bab6d10b54080f4ee42
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwmc3200wifi/fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static int iwm_fw_op_offset(struct iwm_priv *iwm, const struct firmware *fw,
}

if (fw->size < IWM_HDR_LEN) {
IWM_ERR(iwm, "FW is too small (%d)\n", fw->size);
IWM_ERR(iwm, "FW is too small (%zu)\n", fw->size);
return -EINVAL;
}

Expand Down

0 comments on commit cb35015

Please sign in to comment.