[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)
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>

No differences found