diff options
| -rw-r--r-- | sound/soc/omap/omap-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/omap-pcm.c b/sound/soc/omap/omap-pcm.c index e9084fdd208..acd68efb2b7 100644 --- a/sound/soc/omap/omap-pcm.c +++ b/sound/soc/omap/omap-pcm.c | |||
| @@ -233,7 +233,7 @@ static int omap_pcm_open(struct snd_pcm_substream *substream) | |||
| 233 | if (ret < 0) | 233 | if (ret < 0) |
| 234 | goto out; | 234 | goto out; |
| 235 | 235 | ||
| 236 | prtd = kzalloc(sizeof(prtd), GFP_KERNEL); | 236 | prtd = kzalloc(sizeof(*prtd), GFP_KERNEL); |
| 237 | if (prtd == NULL) { | 237 | if (prtd == NULL) { |
| 238 | ret = -ENOMEM; | 238 | ret = -ENOMEM; |
| 239 | goto out; | 239 | goto out; |
