Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 991e45f8 authored by Axel Lin's avatar Axel Lin Committed by Kishon Vijay Abraham I
Browse files

phy: xgene: Remove duplicate code to set ctx->dev



Set it once is enough and it's done after devm_kzalloc().

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
parent 7a83b145
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1704,7 +1704,6 @@ static int xgene_phy_probe(struct platform_device *pdev)
	for (i = 0; i < MAX_LANE; i++)
		ctx->sata_param.speed[i] = 2; /* Default to Gen3 */

	ctx->dev = &pdev->dev;
	platform_set_drvdata(pdev, ctx);

	ctx->phy = devm_phy_create(ctx->dev, NULL, &xgene_phy_ops);