Loading drivers/soc/qcom/qdsp6v2/msm_audio_ion.c +3 −1 Original line number Diff line number Diff line /* * Copyright (c) 2013-2017, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2017, 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 @@ -762,6 +762,8 @@ static int msm_audio_smmu_init(struct device *dev) msm_iommu_get_bus(dev), MSM_AUDIO_ION_VA_START, MSM_AUDIO_ION_VA_LEN); if (mapping == NULL) goto fail_attach; if (IS_ERR(mapping)) return PTR_ERR(mapping); Loading Loading
drivers/soc/qcom/qdsp6v2/msm_audio_ion.c +3 −1 Original line number Diff line number Diff line /* * Copyright (c) 2013-2017, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2017, 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 @@ -762,6 +762,8 @@ static int msm_audio_smmu_init(struct device *dev) msm_iommu_get_bus(dev), MSM_AUDIO_ION_VA_START, MSM_AUDIO_ION_VA_LEN); if (mapping == NULL) goto fail_attach; if (IS_ERR(mapping)) return PTR_ERR(mapping); Loading