Bluetooth: hci_bcm: Rename bcm_platform_probe to bcm_get_resources
authorHans de Goede <hdegoede@redhat.com>
Wed, 4 Oct 2017 18:43:40 +0000 (20:43 +0200)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 14 Dec 2018 10:04:15 +0000 (11:04 +0100)
After our previous changes, there is nothing platform specific about
bcm_platform_probe anymore, rename it to bcm_get_resources.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcm.c

index 101b17ae9aa758a22900681deb54685a2ae7d06c..7f1971adeea866c69b0d9daa69570f1759b670db 100644 (file)
@@ -756,7 +756,7 @@ static int bcm_resource(struct acpi_resource *ares, void *data)
 }
 #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);
 
@@ -857,7 +857,7 @@ static int bcm_probe(struct platform_device *pdev)
                        return ret;
        }
 
-       ret = bcm_platform_probe(dev);
+       ret = bcm_get_resources(dev);
        if (ret)
                return ret;