[alsa-devel] [PATCH] ASoC: cs4271: Remove outdated comment
Commit 1b1861ead ("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: Lars-Peter Clausen lars@metafoo.de --- sound/soc/codecs/cs4271.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c index ce05fd9..f7bbe6f 100644 --- a/sound/soc/codecs/cs4271.c +++ b/sound/soc/codecs/cs4271.c @@ -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;
On 02/04/2014 02:48 PM, Lars-Peter Clausen wrote:
Commit 1b1861ead ("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: Lars-Peter Clausen lars@metafoo.de
Jup, I seem to have forgotten to remove this comment.
Acked-by: Daniel Mack daniel@zonque.org
Thanks, Daniel
sound/soc/codecs/cs4271.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c index ce05fd9..f7bbe6f 100644 --- a/sound/soc/codecs/cs4271.c +++ b/sound/soc/codecs/cs4271.c @@ -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;
On Tue, Feb 04, 2014 at 02:48:22PM +0100, Lars-Peter Clausen wrote:
Commit 1b1861ead ("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.
Applied, thanks.
participants (3)
-
Daniel Mack
-
Lars-Peter Clausen
-
Mark Brown