Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328105
b: refs/heads/master
c: 1648a22
h: refs/heads/master
i:
  328103: 56eb417
v: v3
  • Loading branch information
Vipul Pandya authored and David S. Miller committed Sep 27, 2012
1 parent 64ec870 commit f8ac67b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 13ee15d396da78079918c5be7510ea1847393d4c
refs/heads/master: 1648a22b16ab05bd99dd8e2f33ca80bbcea60031
6 changes: 6 additions & 0 deletions trunk/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,13 @@ static int upgrade_fw(struct adapter *adap)
if (!ret)
dev_info(dev, "firmware upgraded to version %pI4 from "
FW_FNAME "\n", &hdr->fw_ver);
} else {
/*
* Tell our caller that we didn't upgrade the firmware.
*/
ret = -EINVAL;
}

out: release_firmware(fw);
return ret;
}
Expand Down

0 comments on commit f8ac67b

Please sign in to comment.