Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42ef18f0 authored by Hans de Goede's avatar Hans de Goede Committed by Marcel Holtmann
Browse files

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: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent c0d3ce58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;