Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1718297 > unrolled thread

[PATCH v2 01/10] ASoC: s3c24xx_uda134x: Remove unnecessary function call

Started byPeng Donglin <dolinux.peng@gmail.com>
First post2017-08-23 14:20 +0200
Last post2017-08-24 12:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 01/10] ASoC: s3c24xx_uda134x: Remove unnecessary function call Peng Donglin <dolinux.peng@gmail.com> - 2017-08-23 14:20 +0200
    Re: [PATCH v2 01/10] ASoC: s3c24xx_uda134x: Remove unnecessary  function call Mark Brown <broonie@kernel.org> - 2017-08-24 12:40 +0200

#1718297 — [PATCH v2 01/10] ASoC: s3c24xx_uda134x: Remove unnecessary function call

FromPeng Donglin <dolinux.peng@gmail.com>
Date2017-08-23 14:20 +0200
Subject[PATCH v2 01/10] ASoC: s3c24xx_uda134x: Remove unnecessary function call
Message-ID<uhCNz-qT-15@gated-at.bofh.it>
The work of the function platform_set_drvdata is done by
devm_snd_soc_register_card.

Signed-off-by: Peng Donglin <dolinux.peng@gmail.com>
---
 sound/soc/samsung/s3c24xx_uda134x.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/samsung/s3c24xx_uda134x.c b/sound/soc/samsung/s3c24xx_uda134x.c
index 55538e333cc8..758e46e8061e 100644
--- a/sound/soc/samsung/s3c24xx_uda134x.c
+++ b/sound/soc/samsung/s3c24xx_uda134x.c
@@ -237,7 +237,6 @@ static int s3c24xx_uda134x_probe(struct platform_device *pdev)
 	mutex_init(&priv->clk_lock);
 
 	card->dev = &pdev->dev;
-	platform_set_drvdata(pdev, card);
 	snd_soc_card_set_drvdata(card, priv);
 
 	ret = devm_snd_soc_register_card(&pdev->dev, card);
-- 
2.14.1

[toc] | [next] | [standalone]


#1719134 — Re: [PATCH v2 01/10] ASoC: s3c24xx_uda134x: Remove unnecessary function call

FromMark Brown <broonie@kernel.org>
Date2017-08-24 12:40 +0200
SubjectRe: [PATCH v2 01/10] ASoC: s3c24xx_uda134x: Remove unnecessary function call
Message-ID<uhXIl-5es-9@gated-at.bofh.it>
In reply to#1718297

[Multipart message — attachments visible in raw view] — view raw

On Wed, Aug 23, 2017 at 05:17:41AM -0700, Peng Donglin wrote:
> The work of the function platform_set_drvdata is done by
> devm_snd_soc_register_card.

This doens't apply against current code, please check and resend.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web