All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: Intel: mfld-pcm: Fix to use correct sst_data pointer
@ 2014-07-30 13:06 Subhransu S. Prusty
  2014-07-31 19:18 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Subhransu S. Prusty @ 2014-07-30 13:06 UTC (permalink / raw)
  To: alsa-devel
  Cc: vinod.koul, broonie, Subhransu S. Prusty, lgirdwood, Lars-Peter Clausen

Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
---
 sound/soc/intel/sst-mfld-platform-pcm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/intel/sst-mfld-platform-pcm.c b/sound/soc/intel/sst-mfld-platform-pcm.c
index d48d23bbf5cd..dbff2965a6e3 100644
--- a/sound/soc/intel/sst-mfld-platform-pcm.c
+++ b/sound/soc/intel/sst-mfld-platform-pcm.c
@@ -697,7 +697,7 @@ static int sst_platform_probe(struct platform_device *pdev)
 	struct sst_platform_data *pdata = pdev->dev.platform_data;
 
 	drv = devm_kzalloc(&pdev->dev, sizeof(*drv), GFP_KERNEL);
-	if (sst == NULL) {
+	if (drv == NULL) {
 		pr_err("kzalloc failed\n");
 		return -ENOMEM;
 	}
-- 
1.9.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC: Intel: mfld-pcm: Fix to use correct sst_data pointer
  2014-07-30 13:06 [PATCH] ASoC: Intel: mfld-pcm: Fix to use correct sst_data pointer Subhransu S. Prusty
@ 2014-07-31 19:18 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2014-07-31 19:18 UTC (permalink / raw)
  To: Subhransu S. Prusty; +Cc: vinod.koul, alsa-devel, Lars-Peter Clausen, lgirdwood


[-- Attachment #1.1: Type: text/plain, Size: 206 bytes --]

On Wed, Jul 30, 2014 at 06:36:00PM +0530, Subhransu S. Prusty wrote:
> Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
> Signed-off-by: Vinod Koul <vinod.koul@intel.com>

Applied, thanks.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-31 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-30 13:06 [PATCH] ASoC: Intel: mfld-pcm: Fix to use correct sst_data pointer Subhransu S. Prusty
2014-07-31 19:18 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.