From 98ea5c218ed150bf7cabb879db4fc2c106b6fa5b Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Mon, 9 May 2011 17:49:40 +0800 Subject: [PATCH] regulator: Use mc13xxx_reg_write instead of mc13xxx_reg_rmw in mc13892_sw_regulator_set_voltage Currently, we call mc13xxx_reg_read and mc13xxx_reg_rmw for the same register. This can be converted to simply a mc13xxx_reg_read and a mc13xxx_reg_write, thus save a redundant register read. Signed-off-by: Axel Lin Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- Reading git-format-patch failed