Loading sound/usb/usb_audio_qmi_svc.c +2 −2 Original line number Diff line number Diff line Loading @@ -1007,8 +1007,8 @@ static int uaudio_qmi_plat_probe(struct platform_device *pdev) } uaudio_qdev->domain = iommu_domain_alloc(msm_iommu_get_bus(&pdev->dev)); if (!uaudio_qdev) { dev_err(&pdev->dev, "failed to callocate iommu domin\n"); if (!uaudio_qdev->domain) { dev_err(&pdev->dev, "failed to callocate iommu domain\n"); return -ENODEV; } Loading Loading
sound/usb/usb_audio_qmi_svc.c +2 −2 Original line number Diff line number Diff line Loading @@ -1007,8 +1007,8 @@ static int uaudio_qmi_plat_probe(struct platform_device *pdev) } uaudio_qdev->domain = iommu_domain_alloc(msm_iommu_get_bus(&pdev->dev)); if (!uaudio_qdev) { dev_err(&pdev->dev, "failed to callocate iommu domin\n"); if (!uaudio_qdev->domain) { dev_err(&pdev->dev, "failed to callocate iommu domain\n"); return -ENODEV; } Loading