Loading drivers/mailbox/qcom-apcs-ipc-mailbox.c +2 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,8 @@ static int qcom_apcs_ipc_probe(struct platform_device *pdev) return -ENOMEM; res = platform_get_resource(pdev, IORESOURCE_MEM, 0); if (!res) return -ENODEV; base = devm_ioremap(&pdev->dev, res->start, resource_size(res)); if (IS_ERR(base)) return PTR_ERR(base); Loading Loading
drivers/mailbox/qcom-apcs-ipc-mailbox.c +2 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,8 @@ static int qcom_apcs_ipc_probe(struct platform_device *pdev) return -ENOMEM; res = platform_get_resource(pdev, IORESOURCE_MEM, 0); if (!res) return -ENODEV; base = devm_ioremap(&pdev->dev, res->start, resource_size(res)); if (IS_ERR(base)) return PTR_ERR(base); Loading