Loading drivers/gpio/gpio-xlp.c +1 −8 Original line number Diff line number Diff line Loading @@ -322,14 +322,7 @@ static int xlp_gpio_probe(struct platform_device *pdev) return irq; if (pdev->dev.of_node) { const struct of_device_id *of_id; of_id = of_match_device(xlp_gpio_of_ids, &pdev->dev); if (!of_id) { dev_err(&pdev->dev, "Unable to match OF ID\n"); return -ENODEV; } soc_type = (uintptr_t) of_id->data; soc_type = (uintptr_t)of_device_get_match_data(&pdev->dev); } else { const struct acpi_device_id *acpi_id; Loading Loading
drivers/gpio/gpio-xlp.c +1 −8 Original line number Diff line number Diff line Loading @@ -322,14 +322,7 @@ static int xlp_gpio_probe(struct platform_device *pdev) return irq; if (pdev->dev.of_node) { const struct of_device_id *of_id; of_id = of_match_device(xlp_gpio_of_ids, &pdev->dev); if (!of_id) { dev_err(&pdev->dev, "Unable to match OF ID\n"); return -ENODEV; } soc_type = (uintptr_t) of_id->data; soc_type = (uintptr_t)of_device_get_match_data(&pdev->dev); } else { const struct acpi_device_id *acpi_id; Loading