Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91e065d8 authored by Heinz Mauelshagen's avatar Heinz Mauelshagen Committed by Mike Snitzer
Browse files

dm unstripe: remove superfluous module init error path message

parent ba5dfbb7
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -195,13 +195,7 @@ static struct target_type unstripe_target = {

static int __init dm_unstripe_init(void)
{
	int r;

	r = dm_register_target(&unstripe_target);
	if (r < 0)
		DMERR("target registration failed");

	return r;
	return dm_register_target(&unstripe_target);
}

static void __exit dm_unstripe_exit(void)