mfd: twl-core: Simplify IO wrapper functions by moving common code out
commit8daf3540659c22b4d3530512a3695728482ec23f
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 3 Jan 2014 13:27:46 +0000 (3 15:27 +0200)
committerLee Jones <lee.jones@linaro.org>
Wed, 8 Jan 2014 11:36:59 +0000 (8 11:36 +0000)
treeb2319d6ccc4098ee2891ce1bfff6b1b9c6dbf811
parentc7f9129d22940720141d1f1e958a51142eff9d21
mfd: twl-core: Simplify IO wrapper functions by moving common code out

The new twl_get_regmap() function will return a pointer to the regmap needed
for the given module.

Since both read and write function were using the same code to do the lookup
we can reuse this in both places to simplify the code.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/twl-core.c