From: Florian Vaussard Date: Tue, 25 Feb 2014 13:28:20 +0000 (+0100) Subject: mfd: twl6040: Remove duplicate register write X-Git-Tag: v3.15-rc1~64^2~48 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8935e1cfcccd4904ee1bd1420aa781d43175479;p=pandora-kernel.git mfd: twl6040: Remove duplicate register write When probing, regmap_register_patch() will bypass the cache and perform i2c writes for the given patches. It is thus unnecessary to manually set the TWL6040_REG_ACCCTL register just before, as it will be done when registering the twl6040_patch. Acked-by: Peter Ujfalusi Signed-off-by: Florian Vaussard Signed-off-by: Lee Jones --- Reading git-diff-tree failed