Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203264
b: refs/heads/master
c: 936e8a7
h: refs/heads/master
v: v3
  • Loading branch information
Wey-Yi Guy authored and Reinette Chatre committed Jun 21, 2010
1 parent 3bdc877 commit fb47118
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: f84ac08db25f60a6973cac1a90f392b286054e2f
refs/heads/master: 936e8a734fea8f18d0d90846bb726fd5bd7e128b
10 changes: 5 additions & 5 deletions trunk/drivers/net/wireless/iwlwifi/iwl-agn-calib.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ int iwl_send_calib_results(struct iwl_priv *priv)
hcmd.len = priv->calib_results[i].buf_len;
hcmd.data = priv->calib_results[i].buf;
ret = iwl_send_cmd_sync(priv, &hcmd);
if (ret)
goto err;
if (ret) {
IWL_ERR(priv, "Error %d iteration %d\n",
ret, i);
break;
}
}
}

return 0;
err:
IWL_ERR(priv, "Error %d iteration %d\n", ret, i);
return ret;
}

Expand Down

0 comments on commit fb47118

Please sign in to comment.