mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 23:51:37 +00:00
Revert "of/platform: Use platform_device interface"
This reverts commit b6d2233f29
as it
breaks working machines.
Cc: Rob Herring <robh@kernel.org>
Cc: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8b2dcebae3
commit
8171d5f7bf
@ -183,9 +183,8 @@ static struct platform_device *of_platform_device_create_pdata(
|
||||
dev->dev.bus = &platform_bus_type;
|
||||
dev->dev.platform_data = platform_data;
|
||||
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);
|
||||
platform_device_put(dev);
|
||||
goto err_clear_flag;
|
||||
|
Loading…
Reference in New Issue
Block a user