Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337120
b: refs/heads/master
c: a297ad9
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent 069ba23 commit 4e1ccff
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: 605fba82a2d6f8e19b7530805b792487562429a7
refs/heads/master: a297ad936ebd6d22b59bbed7d77caa6ff045caa6
4 changes: 2 additions & 2 deletions trunk/drivers/staging/crystalhd/crystalhd_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@ static enum BC_STATUS bc_cproc_download_fw(struct crystalhd_cmd *ctx,
sts = crystalhd_download_fw(ctx->adp, (uint8_t *)idata->add_cdata,
idata->add_cdata_sz);

if (sts != BC_STS_SUCCESS) {
if (sts != BC_STS_SUCCESS)
BCMLOG_ERR("Firmware Download Failure!! - %d\n", sts);
} else
else
ctx->state |= BC_LINK_INIT;

return sts;
Expand Down

0 comments on commit 4e1ccff

Please sign in to comment.