提交 8171d5f7 编写于 作者: G Greg Kroah-Hartman

Revert "of/platform: Use platform_device interface"

This reverts commit b6d2233f as it
breaks working machines.

Cc: Rob Herring <robh@kernel.org>
Cc: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 8b2dceba
...@@ -183,9 +183,8 @@ static struct platform_device *of_platform_device_create_pdata( ...@@ -183,9 +183,8 @@ static struct platform_device *of_platform_device_create_pdata(
dev->dev.bus = &platform_bus_type; dev->dev.bus = &platform_bus_type;
dev->dev.platform_data = platform_data; dev->dev.platform_data = platform_data;
of_dma_configure(&dev->dev, dev->dev.of_node); of_dma_configure(&dev->dev, dev->dev.of_node);
dev->name = dev_name(&dev->dev);
if (platform_device_add(dev) != 0) { if (of_device_add(dev) != 0) {
of_dma_deconfigure(&dev->dev); of_dma_deconfigure(&dev->dev);
platform_device_put(dev); platform_device_put(dev);
goto err_clear_flag; goto err_clear_flag;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册