提交 91e065d8 编写于 作者: H Heinz Mauelshagen 提交者: Mike Snitzer

dm unstripe: remove superfluous module init error path message

Signed-off-by: NHeinz Mauelshagen <heinzm@redhat.com>
Reviewed-by: NScott Bauer <Scott.Bauer@intel.com>
Signed-off-by: NMike Snitzer <snitzer@redhat.com>
上级 ba5dfbb7
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册