Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b224e9b8 authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Mark Brown
Browse files

ASoC: cs4271: Remove outdated comment



Commit 1b1861ea ("ASoC: cs4271: convert to direct regmap API usage") removed
the bus_type field from the cs4271_private struct, but left the comment that
described the field in there. This patch removes the comment.

Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Acked-by: default avatarDaniel Mack <daniel@zonque.org>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 38dbfb59
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -159,7 +159,6 @@ static bool cs4271_volatile_reg(struct device *dev, unsigned int reg)
}

struct cs4271_private {
	/* SND_SOC_I2C or SND_SOC_SPI */
	unsigned int			mclk;
	bool				master;
	bool				deemph;