Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300247
b: refs/heads/master
c: 3e1fd47
h: refs/heads/master
i:
  300245: 268c985
  300243: 9aac427
  300239: ee3c482
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Apr 26, 2012
1 parent 1a9fea1 commit af46aca
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: 5694e0298fccea44648a35aab64359c5105b0afc
refs/heads/master: 3e1fd4783b2b4ae887112e6af3ce1bb1a6be19c4
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/fintek-cir.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static int fintek_hw_detect(struct fintek_dev *fintek)
/*
* Newer reviews of this chipset uses port 8 instead of 5
*/
if ((chip != 0x0408) || (chip != 0x0804))
if ((chip != 0x0408) && (chip != 0x0804))
fintek->logical_dev_cir = LOGICAL_DEV_CIR_REV2;
else
fintek->logical_dev_cir = LOGICAL_DEV_CIR_REV1;
Expand Down

0 comments on commit af46aca

Please sign in to comment.