From: Michal Zylowski Date: Fri, 16 Feb 2018 14:51:33 +0000 (+0100) Subject: imsm: update product name in error message X-Git-Tag: mdadm-4.1-rc1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b75124792b0c765a49c6ced1ca174a4d8b4aabb;p=thirdparty%2Fmdadm.git imsm: update product name in error message This commit extends ab0c6bb ("imsm: update name in --detail-platform"). Refer user to RSTe/VROC manual when needed. Signed-off-by: Michal Zylowski Signed-off-by: Jes Sorensen --- diff --git a/super-intel.c b/super-intel.c index c4a5a1be..a429940d 100644 --- a/super-intel.c +++ b/super-intel.c @@ -5771,7 +5771,7 @@ static int add_to_super_imsm(struct supertype *st, mdu_disk_info_t *dk, } else if (super->hba->type == SYS_DEV_VMD && super->orom && !imsm_orom_has_tpv_support(super->orom)) { pr_err("\tPlatform configuration does not support non-Intel NVMe drives.\n" - "\tPlease refer to Intel(R) RSTe user guide.\n"); + "\tPlease refer to Intel(R) RSTe/VROC user guide.\n"); free(dd->devname); free(dd); return 1;