Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285339
b: refs/heads/master
c: 2bf9362
h: refs/heads/master
i:
  285337: 7041f25
  285335: 41699e3
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 7, 2011
1 parent 3789e61 commit f88fdbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 2a887d27708a4f9f3b5ad8258f9e19a150b58f03
refs/heads/master: 2bf936290baff2507763a2540cd9029e70ae39e2
4 changes: 0 additions & 4 deletions trunk/drivers/media/common/tuners/xc5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -1004,8 +1004,6 @@ static int xc_load_fw_and_init_tuner(struct dvb_frontend *fe)
struct xc5000_priv *priv = fe->tuner_priv;
int ret = 0;

mutex_lock(&xc5000_list_mutex);

if (xc5000_is_firmware_loaded(fe) != XC_RESULT_SUCCESS) {
ret = xc5000_fwupload(fe);
if (ret != XC_RESULT_SUCCESS)
Expand All @@ -1025,8 +1023,6 @@ static int xc_load_fw_and_init_tuner(struct dvb_frontend *fe)
/* Default to "CABLE" mode */
ret |= xc_write_reg(priv, XREG_SIGNALSOURCE, XC_RF_MODE_CABLE);

mutex_unlock(&xc5000_list_mutex);

return ret;
}

Expand Down

0 comments on commit f88fdbc

Please sign in to comment.