summaryrefslogtreecommitdiff
path: root/arch/unicore32
diff options
context:
space:
mode:
authorHans-Frieder Vogt <hfvogt@gmx.net>2012-07-15 20:56:47 +0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-31 04:55:14 +0400
commitfc4b3fa714fb2a078531bccb501cf2ef8c7f888a (patch)
treed502bfe4a77bfca8061cc25fa71afb2cbda1920c /arch/unicore32
parent26ff63137c45886169ed102bddd6e90d6c27f00d (diff)
downloadlinux-fc4b3fa714fb2a078531bccb501cf2ef8c7f888a.tar.xz
[media] rtl2832.c: minor cleanup
The current formulation of the bw_params loop uses the counter j as an index for the first dimension of the bw_params array which is later incremented by the variable i. It is evaluated correctly only, because j is initialized to 0 at the beginning of the loop. I think that explicitly using the index 0 better reflects the intent of the expression. Signed-off-by: Hans-Frieder Vogt <hfvogt@gmx.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'arch/unicore32')
0 files changed, 0 insertions, 0 deletions