commit | e82db75d06ac331ae39b07f57539df3c51d19b94 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Jan 05 02:24:00 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Jan 06 17:19:46 2012 -0200 |
tree | c146839b367905d27a3d1bc9758bf2139509e66b | |
parent | 938ca36ef7914bd013acbff9f15e393fe79d71da [diff] |
[media] saa7134: use correct array offset Smatch complains that i can be one passed the end of the array if we don't hit the break statement. We should be using the "audio" here like we do in the other places. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>