]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
regulator: aat2870: Fix the logic of checking if no id is matched in aat2870_get_regu...
authorAxel Lin <axel.lin@gmail.com>
Mon, 28 Nov 2011 06:06:31 +0000 (14:06 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 28 Nov 2011 11:48:15 +0000 (11:48 +0000)
commitd4d6373c1109b11c8118340be97ae31b8f94d66a
tree046e924ca1ea4c65aec700f7a42eb0477f3fb990
parentcaca6a03d365883564885f2c1da3e88dcf65d139
regulator: aat2870: Fix the logic of checking if no id is matched in aat2870_get_regulator

In current implementation, the pointer ri is not NULL if no id is matched.
Fix it by checking i == ARRAY_SIZE(aat2870_regulators) if no id is matched.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@kernel.org
drivers/regulator/aat2870-regulator.c