Thread (13 messages) flat view 13 messages, 4 authors, 2017-01-10

Re: [PATCH net v2 5/5] net: qcom/emac: fix of_node and phydev leaks

From: Johan Hovold <johan@kernel.org>
Date: 2017-01-10 08:43:33
Also in: lkml

On Mon, Jan 09, 2017 at 01:49:53PM -0600, Timur Tabi wrote:
On 11/24/2016 12:21 PM, Johan Hovold wrote:
quoted
+	if (!has_acpi_companion(&pdev->dev))
+		put_device(&adpt->phydev->mdio.dev);
I was wondering if, instead of calling put_device() only on non-ACPI systems, 
would it be better if on an ACPI system I called get_device() manually?  That 
is, some thing like this:

int emac_phy_config(struct platform_device *pdev, struct emac_adapter *adpt)
{
...
	if (has_acpi_companion(&pdev->dev)) {
...
		get_device(&mii_bus->dev);
	} else {
...
Yeah, that's better.

Thanks,
Johan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help