]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit9433f5f1d5a719059706b72a1ff7fda267e949c2
treeeae20edf7099caf476a33f4b36f443b25c538caf
parent4a83f6798c094dffa4f5c89aef40ad7dc4a0ffc7
[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