Merge branch 'fix/asoc' into topic/asoc
This commit is contained in:
commit
70043058a6
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ static int omap_pcm_open(struct snd_pcm_substream *substream)
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
prtd = kzalloc(sizeof(prtd), GFP_KERNEL);
|
prtd = kzalloc(sizeof(*prtd), GFP_KERNEL);
|
||||||
if (prtd == NULL) {
|
if (prtd == NULL) {
|
||||||
ret = -ENOMEM;
|
ret = -ENOMEM;
|
||||||
goto out;
|
goto out;
|
||||||
|
|
Loading…
Add table
Reference in a new issue