Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320669
b: refs/heads/master
c: 3a495ed
h: refs/heads/master
i:
  320667: 7c278af
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Jul 30, 2012
1 parent 03a8ca5 commit 68cd411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1a17a942cd0fe430540e9ead2e57eb358b6963bd
refs/heads/master: 3a495ed77a2f582d860472cdfca815c1dc4a5d02
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/tuners/tuner-xc2028.c
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ static int check_firmware(struct dvb_frontend *fe, unsigned int type,
* No need to reload base firmware if it matches and if the tuner
* is not at sleep mode
*/
if ((priv->state = XC2028_ACTIVE) &&
if ((priv->state == XC2028_ACTIVE) &&
(((BASE | new_fw.type) & BASE_TYPES) ==
(priv->cur_fw.type & BASE_TYPES))) {
tuner_dbg("BASE firmware not changed.\n");
Expand Down

0 comments on commit 68cd411

Please sign in to comment.