leds: renesas-tpu: Improve the readability to pick the lowest acceptable rate
authorAxel Lin <axel.lin@ingics.com>
Fri, 11 Jan 2013 04:03:38 +0000 (20:03 -0800)
committerBryan Wu <cooloney@gmail.com>
Sat, 2 Feb 2013 01:47:06 +0000 (17:47 -0800)
commit4d7983324507ff23ddf0b6e513864d4eca7a62f1
tree93c8614f514fedca1e8742e17e02e2efd9dd8cf5
parent5e3b7c6b1cb1a579a65fa77c7f785d94013025be
leds: renesas-tpu: Improve the readability to pick the lowest acceptable rate

I spent a few minutes to understand why the code catching the mismatch case
by checking if k is 0 or not. And the code using "k - 1" as array index is
unusual.

This patch checks acceptable rate from the lowest rate, and then we don't need
to subtract k by 1. This change improves the readability.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
drivers/leds/leds-renesas-tpu.c