summaryrefslogtreecommitdiffstats
path: root/drivers/net/mdio/mdio-xgene.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/mdio/mdio-xgene.c')
-rw-r--r--drivers/net/mdio/mdio-xgene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mdio/mdio-xgene.c b/drivers/net/mdio/mdio-xgene.c
index 683e8f8319ab..1af7a4d9f86c 100644
--- a/drivers/net/mdio/mdio-xgene.c
+++ b/drivers/net/mdio/mdio-xgene.c
@@ -335,7 +335,7 @@ static int xgene_mdio_probe(struct platform_device *pdev)
of_id = of_match_device(xgene_mdio_of_match, &pdev->dev);
if (of_id) {
- mdio_id = (enum xgene_mdio_id)of_id->data;
+ mdio_id = (uintptr_t)of_id->data;
} else {
#ifdef CONFIG_ACPI
const struct acpi_device_id *acpi_id;