diff options
Diffstat (limited to 'sound/core/sgbuf.c')
| -rw-r--r-- | sound/core/sgbuf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/sgbuf.c b/sound/core/sgbuf.c index 4e7ec2b4987..d0f00356fc1 100644 --- a/sound/core/sgbuf.c +++ b/sound/core/sgbuf.c @@ -101,7 +101,7 @@ void *snd_malloc_sgbuf_pages(struct device *device,  		if (snd_dma_alloc_pages_fallback(SNDRV_DMA_TYPE_DEV, device,  						 chunk, &tmpb) < 0) {  			if (!sgbuf->pages) -				return NULL; +				goto _failed;  			if (!res_size)  				goto _failed;  			size = sgbuf->pages * PAGE_SIZE;  |