From 20d430ca81320face2a7753e4969cbda8e559755 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Thu, 22 May 2014 17:22:47 +1000 Subject: DDF: remove "BVD xx is missing". This can happen in normal cases during incremental assembly so printing an error message is confusing. Signed-off-by: NeilBrown --- super-ddf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/super-ddf.c b/super-ddf.c index 64893e07..8c8e886c 100644 --- a/super-ddf.c +++ b/super-ddf.c @@ -3727,7 +3727,7 @@ static int check_secondary(const struct vcl *vc) } for (i = 0; i < conf->sec_elmnt_count; i++) { if (!__was_sec_seen(i)) { - pr_err("BVD %d is missing\n", i); + /* pr_err("BVD %d is missing\n", i); */ return -1; } } -- cgit v1.2.3