> From: Heinrich Schuchardt <[email protected]> > Sent: Saturday, October 01, 2022 3:40 PM > To: Rick Jian-Zhi Chen(陳建志) <[email protected]>; Leo Yu-Chi Liang(梁育齊) > <[email protected]> > Cc: [email protected]; Heinrich Schuchardt > <[email protected]> > Subject: [PATCH 2/3] cmd/sbi: error message for failure to get spec version > > If calling 'Get SBI specification version' fails, write an error message and > return CMD_RET_FAILURE. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > cmd/riscv/sbi.c | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-)
Reviewed-by: Rick Chen <[email protected]>

