This is required so that we give up the last reference to the device. Signed-off-by: Levente Kurusa <le...@linux.com> --- drivers/dio/dio.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/dio/dio.c b/drivers/dio/dio.c index 55dd88d..5d4d755 100644 --- a/drivers/dio/dio.c +++ b/drivers/dio/dio.c @@ -186,6 +186,7 @@ static int __init dio_init(void) error = device_register(&dio_bus.dev); if (error) { pr_err("DIO: Error registering dio_bus\n"); + put_device(&dio_bus.dev); return error; } -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/