From: Hans-Frieder Vogt Date: Sun, 15 Jul 2012 16:56:47 +0000 (-0300) Subject: [media] rtl2832.c: minor cleanup X-Git-Tag: v3.6-rc1~28^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc4b3fa714fb2a078531bccb501cf2ef8c7f888a;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed