]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
[media] ds3000: using logical && instead of bitwise &
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 17 Jan 2012 06:28:51 +0000 (03:28 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 18 Jan 2012 01:05:13 +0000 (23:05 -0200)
commit3a9888f913595515893fa46aca70422aba8a3799
tree4344de717455d265fdece584c5d3c378f892930e
parentf08aacf84f0a2c36cfd20d19459b036b20d2e1fb
[media] ds3000: using logical && instead of bitwise &

The intent here was to test if the FE_HAS_LOCK was set.  The current
test is equivalent to "if (status) { ..."

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/ds3000.c