Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275360
b: refs/heads/master
c: cd834fa
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Nov 7, 2011
1 parent c024d25 commit 1633de7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2f4133de28edafcaac3ce6b57faf8f40ed2ff1b9
refs/heads/master: cd834fa693160914029fee128f52e87a79d3e480
3 changes: 1 addition & 2 deletions trunk/drivers/media/dvb/dvb-usb/mxl111sf-phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,7 @@ int mxl111sf_config_spi(struct mxl111sf_state *state, int onoff)
goto fail;

ret = mxl111sf_write_reg(state, 0x00, 0x00);
if (mxl_fail(ret))
goto fail;
mxl_fail(ret);
fail:
return ret;
}
Expand Down

0 comments on commit 1633de7

Please sign in to comment.