Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213813
b: refs/heads/master
c: ecd7d31
h: refs/heads/master
i:
  213811: bd6d25d
v: v3
  • Loading branch information
Rajesh Borundia authored and David S. Miller committed Aug 17, 2010
1 parent 6ca7b52 commit ad8b3f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 3c4b23b1be212d1b8494655182c0d4cef0a37be3
refs/heads/master: ecd7d31038e2e0e95b4596eec021e02ba67a0a37
3 changes: 0 additions & 3 deletions trunk/drivers/net/qlcnic/qlcnic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,6 @@ qlcnic_set_function_modes(struct qlcnic_adapter *adapter)
ret = qlcnic_api_lock(adapter);
if (ret)
goto err_lock;
if (QLC_DEV_CLR_REF_CNT(ref_count, adapter->ahw.pci_func))
goto err_npar;

if (qlcnic_config_npars) {
for (i = 0; i < QLCNIC_MAX_PCI_FUNC; i++) {
Expand All @@ -562,7 +560,6 @@ qlcnic_set_function_modes(struct qlcnic_adapter *adapter)
adapter->ahw.pci_func));
}
writel(data, priv_op);
err_npar:
qlcnic_api_unlock(adapter);
err_lock:
return ret;
Expand Down

0 comments on commit ad8b3f2

Please sign in to comment.