commit | d4d6373c1109b11c8118340be97ae31b8f94d66a | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Mon Nov 28 14:06:31 2011 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Nov 28 11:48:15 2011 +0000 |
tree | 046e924ca1ea4c65aec700f7a42eb0477f3fb990 | |
parent | caca6a03d365883564885f2c1da3e88dcf65d139 [diff] |
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