From: Axel Lin Date: Fri, 14 Aug 2015 09:54:07 +0000 (+0800) Subject: ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config X-Git-Tag: v4.1.8~40 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3f3c08dd0dc598f0cfe6efb8de17139c03309ea7;p=users%2Fjedix%2Flinux-maple.git ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config commit 9d8352864907f0ad76124c5b28f65b5a382d7d7c upstream. Don't set .read_flag_mask for adav803, it's for adav801 only. Fixes: 0c2d69645628 ("ASoC: adav80x: Split SPI and I2C code into different modules") Signed-off-by: Axel Lin Acked-by: Lars-Peter Clausen Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/soc/codecs/adav80x.c b/sound/soc/codecs/adav80x.c index 4373ada95648..3a91a00fb973 100644 --- a/sound/soc/codecs/adav80x.c +++ b/sound/soc/codecs/adav80x.c @@ -864,7 +864,6 @@ const struct regmap_config adav80x_regmap_config = { .val_bits = 8, .pad_bits = 1, .reg_bits = 7, - .read_flag_mask = 0x01, .max_register = ADAV80X_PLL_OUTE,