bcma: add missing put_device call
This is required so that we give up the last reference to the device. Signed-off-by: Levente Kurusa <levex@linux.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
d7df7a55cb
commit
08f336b808
@ -176,6 +176,7 @@ static int bcma_register_cores(struct bcma_bus *bus)
|
|||||||
bcma_err(bus,
|
bcma_err(bus,
|
||||||
"Could not register dev for core 0x%03X\n",
|
"Could not register dev for core 0x%03X\n",
|
||||||
core->id.id);
|
core->id.id);
|
||||||
|
put_device(&core->dev);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
core->dev_registered = true;
|
core->dev_registered = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user