Loading dsp/msm_audio_ion.c +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2013-2017, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -158,6 +158,7 @@ int msm_audio_ion_alloc(const char *name, struct ion_client **client, *vaddr = ion_map_kernel(*client, *handle); if (IS_ERR_OR_NULL((void *)*vaddr)) { pr_err("%s: ION memory mapping for AUDIO failed\n", __func__); rc = -ENOMEM; goto err_ion_handle; } pr_debug("%s: mapped address = %pK, size=%zd\n", __func__, Loading Loading
dsp/msm_audio_ion.c +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2013-2017, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -158,6 +158,7 @@ int msm_audio_ion_alloc(const char *name, struct ion_client **client, *vaddr = ion_map_kernel(*client, *handle); if (IS_ERR_OR_NULL((void *)*vaddr)) { pr_err("%s: ION memory mapping for AUDIO failed\n", __func__); rc = -ENOMEM; goto err_ion_handle; } pr_debug("%s: mapped address = %pK, size=%zd\n", __func__, Loading