From c04c5945fd30bde9a15e5969cee2023126b933cc Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Wed, 22 Jun 2016 15:41:47 +1000 Subject: astbmc/common: add FWTS annotation Just one annotation here, pretty rare situation I think... but best to bail on this one, as this certainly isn't something we want in production. Signed-off-by: Stewart Smith --- platforms/astbmc/common.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'platforms') diff --git a/platforms/astbmc/common.c b/platforms/astbmc/common.c index 1ed7d42..d38de3b 100644 --- a/platforms/astbmc/common.c +++ b/platforms/astbmc/common.c @@ -78,6 +78,11 @@ static void astbmc_ipmi_setenables(void) msg = ipmi_mkmsg_simple(IPMI_SET_ENABLES, &data, sizeof(data)); if (!msg) { + /** + * @fwts-label ASTBMCFailedSetEnables + * @fwts-advice AST BMC is likely to be non-functional + * when accessed from host. + */ prlog(PR_ERR, "ASTBMC: failed to set enables\n"); return; } -- cgit v1.1