Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362585
b: refs/heads/master
c: 361cd29
h: refs/heads/master
i:
  362583: ece0ba9
v: v3
  • Loading branch information
Himanshu Madhani authored and David S. Miller committed Apr 17, 2013
1 parent b680c72 commit 647a69b
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: 97599dc792b45b1669c3cdb9a4b365aad0232f65
refs/heads/master: 361cd29cf9363505c2a35bbf9a034a22feebfb07
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ static ssize_t qlcnic_store_beacon(struct device *dev,
}

err = qlcnic_config_led(adapter, b_state, b_rate);
if (!err)
if (!err) {
err = len;
else
ahw->beacon_state = b_state;
}

if (test_and_clear_bit(__QLCNIC_DIAG_RES_ALLOC, &adapter->state))
qlcnic_diag_free_res(adapter->netdev, max_sds_rings);
Expand Down

0 comments on commit 647a69b

Please sign in to comment.