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

Commit 8724be0e authored by Wei Yongjun's avatar Wei Yongjun Committed by David S. Miller
Browse files

xtsonic: add missing platform_set_drvdata() in xtsonic_probe()



Add missing platform_set_drvdata() in xtsonic_probe(), otherwise
calling platform_get_drvdata() in xtsonic_device_remove() may
returns NULL.

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 06a2feb9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -264,6 +264,7 @@ int xtsonic_probe(struct platform_device *pdev)

	lp = netdev_priv(dev);
	lp->device = &pdev->dev;
	platform_set_drvdata(pdev, dev);
	SET_NETDEV_DEV(dev, &pdev->dev);
	netdev_boot_setup_check(dev);