|
@@ -3446,7 +3446,7 @@ EXPORT_SYMBOL_GPL(snd_pcm_lib_default_mmap);
|
|
|
int snd_pcm_lib_mmap_iomem(struct snd_pcm_substream *substream,
|
|
|
struct vm_area_struct *area)
|
|
|
{
|
|
|
- struct snd_pcm_runtime *runtime = substream->runtime;;
|
|
|
+ struct snd_pcm_runtime *runtime = substream->runtime;
|
|
|
|
|
|
area->vm_page_prot = pgprot_noncached(area->vm_page_prot);
|
|
|
return vm_iomap_memory(area, runtime->dma_addr, runtime->dma_bytes);
|