From: Axel Lin Date: Tue, 14 Feb 2012 03:08:07 +0000 (+0800) Subject: mfd: Fix val_len parameters for s5m-core regmap_raw_write X-Git-Tag: v3.4-rc1~66^2~63 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=113351b52b296afa91d829e880037ef91f0e96f5;p=pandora-kernel.git mfd: Fix val_len parameters for s5m-core regmap_raw_write The val_len parameters for regmap_raw_write should be "count * sizeof(u8)" (or simply "count") instead of "count * sizeof(u16)". Signed-off-by: Axel Lin Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed