summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/fsl/fsl_dsp.c')
-rw-r--r--sound/soc/fsl/fsl_dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_dsp.c b/sound/soc/fsl/fsl_dsp.c
index f303a73df282..bd180d9356e6 100644
--- a/sound/soc/fsl/fsl_dsp.c
+++ b/sound/soc/fsl/fsl_dsp.c
@@ -502,7 +502,7 @@ static void dsp_mmap_close(struct vm_area_struct *vma)
pr_debug("xf_mmap_close: vma = %p, b = %p", vma, client);
/* ...decrement number of mapping */
- atomic_dec_return(&client->vm_use);
+ atomic_dec(&client->vm_use);
}
/* ...memory map operations */