Jelajahi Sumber

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>
Levente Kurusa 11 tahun lalu
induk
melakukan
08f336b808
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      drivers/bcma/main.c

+ 1 - 0
drivers/bcma/main.c

@@ -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;