1
0
Fork 0

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>
hifive-unleashed-5.1
Levente Kurusa 2013-12-19 16:06:52 +01:00 committed by John W. Linville
parent d7df7a55cb
commit 08f336b808
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ static int bcma_register_cores(struct bcma_bus *bus)
bcma_err(bus,
"Could not register dev for core 0x%03X\n",
core->id.id);
put_device(&core->dev);
continue;
}
core->dev_registered = true;