commit | 0e47b0275bdb40a9dab7a86535b1fcd85d874007 | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Thu Feb 16 14:46:31 2017 +0100 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Fri Feb 17 08:04:27 2017 +0100 |
tree | bacc0602904c79304ff4dcb1cd925d44bbebe93b | |
parent | 5f1eb69446f4ec2401560d252c9a95991e80797d [diff] |
gpu: ipu-v3: Stop overwriting pdev->dev.of_node of child devices Setting dev->of_node changes the modalias and breaks module autoloading. Since there is an of_node field in the platform data passed to child devices, we don't even need this anymore. Suggested-by: Russell King <linux@armlinux.org.uk> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>