[media] af9013: change & to &&
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 5 Jan 2012 05:23:28 +0000 (02:23 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 6 Jan 2012 19:17:43 +0000 (17:17 -0200)
commit938ca36ef7914bd013acbff9f15e393fe79d71da
treeeae20edf7099caf476a33f4b36f443b25c538caf
parent27b93d8a45bd549146ae39b60ba168f62413c959
[media] af9013: change & to &&

This is just a cleanup, it doesn't change how the code works.  These
are compound conditions and not bitwise operations so it should be &&
and not &.

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