[media] fintek-cir: change || to &&
authorDan Carpenter <dan.carpenter@oracle.com>
Sun, 22 Apr 2012 07:06:17 +0000 (04:06 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 26 Apr 2012 18:51:29 +0000 (15:51 -0300)
commit3e1fd4783b2b4ae887112e6af3ce1bb1a6be19c4
tree2ed8a7c01e0b13464d064eaca91d822e57d543a1
parent5694e0298fccea44648a35aab64359c5105b0afc
[media] fintek-cir: change || to &&

The current condition is always true, so everything uses
LOGICAL_DEV_CIR_REV2 (8).  It should be that Fintek products
0x0408(F71809) and 0x0804(F71855) use logical device
LOGICAL_DEV_CIR_REV1 (5) and other chip ids use logical device 8.

In other words, this fixes hardware detection for 0x0408 and 0x0804.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Jarod Wilson <jarod@redhat.com>
Cc: stable@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/rc/fintek-cir.c