提交 42ef18f0 编写于 作者: H Hans de Goede 提交者: Marcel Holtmann

Bluetooth: hci_bcm: Rename bcm_platform_probe to bcm_get_resources

After our previous changes, there is nothing platform specific about
bcm_platform_probe anymore, rename it to bcm_get_resources.
Signed-off-by: NHans de Goede <hdegoede@redhat.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 c0d3ce58
...@@ -756,7 +756,7 @@ static int bcm_resource(struct acpi_resource *ares, void *data) ...@@ -756,7 +756,7 @@ static int bcm_resource(struct acpi_resource *ares, void *data)
} }
#endif /* CONFIG_ACPI */ #endif /* CONFIG_ACPI */
static int bcm_platform_probe(struct bcm_device *dev) static int bcm_get_resources(struct bcm_device *dev)
{ {
dev->name = dev_name(dev->dev); dev->name = dev_name(dev->dev);
...@@ -857,7 +857,7 @@ static int bcm_probe(struct platform_device *pdev) ...@@ -857,7 +857,7 @@ static int bcm_probe(struct platform_device *pdev)
return ret; return ret;
} }
ret = bcm_platform_probe(dev); ret = bcm_get_resources(dev);
if (ret) if (ret)
return ret; return ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册