commit | 3a9888f913595515893fa46aca70422aba8a3799 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Jan 17 03:28:51 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Jan 17 23:05:13 2012 -0200 |
tree | 4344de717455d265fdece584c5d3c378f892930e | |
parent | f08aacf84f0a2c36cfd20d19459b036b20d2e1fb [diff] |
[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>