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 e9084fdd2082..acd68efb2b75 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)  	if (ret < 0)  		goto out; -	prtd = kzalloc(sizeof(prtd), GFP_KERNEL); +	prtd = kzalloc(sizeof(*prtd), GFP_KERNEL);  	if (prtd == NULL) {  		ret = -ENOMEM;  		goto out; | 
