Fix generic error message for 9007 fault code

This commit is contained in:
Xiaofeng Meng 2025-08-22 09:36:08 +00:00 committed by IOPSYS Dev
parent 16ed3a79e3
commit 5d7b4d759e
No known key found for this signature in database

View file

@ -117,7 +117,7 @@ int bbf_fault_map(struct dmctx *ctx, int fault)
out_fault = USP_FAULT_INVALID_TYPE;
break;
case FAULT_9007:
bbfdm_set_fault_message(ctx, "%s", get_fault_message(USP_FAULT_PARAM_READ_ONLY));
bbfdm_set_fault_message(ctx, "%s", get_fault_message(USP_FAULT_INVALID_VALUE));
out_fault = USP_FAULT_INVALID_VALUE;
break;
case FAULT_9008: