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