Merge branch 'fix/asoc' into topic/asoc

This commit is contained in:
Takashi Iwai 2008-12-19 15:36:58 +01:00
Родитель 40aa4a30d0 19b3f31609
Коммит 70043058a6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;