regulator: da9062: Return REGULATOR_MODE_INVALID for invalid mode
authorAxel Lin <axel.lin@ingics.com>
Fri, 22 Nov 2019 04:51:54 +0000 (12:51 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 22 Nov 2019 19:52:42 +0000 (19:52 +0000)
commitc15d5a645875bc9b89f68f5d3fb608f691ac78d7
tree4909626bc3e0efab8e5bd791b269f7c5ec9227a2
parent76bec25b32363f47225d35a70ccb97d6d0f09dd9
regulator: da9062: Return REGULATOR_MODE_INVALID for invalid mode

-EINVAL is not a valid return value for .of_map_mode, return
REGULATOR_MODE_INVALID instead.

Fixes: 844e7492ee3d ("regulator: da9062: add of_map_mode support for bucks")
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Link: https://lore.kernel.org/r/20191122045154.802-1-axel.lin@ingics.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/da9062-regulator.c