]> git.baikalelectronics.ru Git - kernel.git/commit
gpu: ipu-v3: Stop overwriting pdev->dev.of_node of child devices
authorPhilipp Zabel <p.zabel@pengutronix.de>
Thu, 16 Feb 2017 13:46:31 +0000 (14:46 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 17 Feb 2017 07:04:27 +0000 (08:04 +0100)
commit6e1eeacbd2a7c119952009e39d5704eb49c761eb
treebacc0602904c79304ff4dcb1cd925d44bbebe93b
parentd8a11cd4e147580c072387f81d03718110482acb
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>
drivers/gpu/ipu-v3/ipu-common.c