Re: [PATCH] m88ts2022: Nested loops shouldn't use the same index variable

2015-03-20 Thread Antti Palosaari
On 03/20/2015 03:37 PM, David Howells wrote: There are a pair of nested loops inside m88ts2022_cmd() that use the same index variable, but for different things. Split the variable. Signed-off-by: David Howells Reviewed-by: Antti Palosaari regards Antti --- drivers/media/tuners/m88ts20

[PATCH] m88ts2022: Nested loops shouldn't use the same index variable

2015-03-20 Thread David Howells
There are a pair of nested loops inside m88ts2022_cmd() that use the same index variable, but for different things. Split the variable. Signed-off-by: David Howells --- drivers/media/tuners/m88ts2022.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/media