commit | 938ca36ef7914bd013acbff9f15e393fe79d71da | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Jan 05 02:23:28 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Jan 06 17:17:43 2012 -0200 |
tree | eae20edf7099caf476a33f4b36f443b25c538caf | |
parent | 27b93d8a45bd549146ae39b60ba168f62413c959 [diff] |
[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>