summaryrefslogtreecommitdiff
path: root/super-intel.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2013-05-21 12:51:33 +1000
committerNeilBrown <neilb@suse.de>2013-05-21 12:51:33 +1000
commitd33f151842877fd3bbb4694147b7e8078e0a07fd (patch)
tree1a4d6bffac89d7cfc3dde19f817fad76517c8868 /super-intel.c
parented503f89e4216dfd55d713e6b2bc08f148206f12 (diff)
Change some fprintf(stderrs to cont_err()
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'super-intel.c')
-rw-r--r--super-intel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/super-intel.c b/super-intel.c
index 5a0250ee..1b7d626b 100644
--- a/super-intel.c
+++ b/super-intel.c
@@ -3840,9 +3840,9 @@ static int find_intel_hba_capability(int fd, struct intel_super *super, char *de
hba = hba->next;
}
- fprintf(stderr, ").\n"
- " Mixing devices attached to multiple controllers "
- "is not allowed.\n");
+ fprintf(stderr, ").\n");
+ cont_err("Mixing devices attached to multiple controllers "
+ "is not allowed.\n");
}
return 2;
}