Unverified Commit fa2a561e authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files
parents cfe60bfc 44512189
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1345,8 +1345,10 @@ acpi_ec_space_handler(u32 function, acpi_physical_address address,
		return AE_NOT_FOUND;
	case -ETIME:
		return AE_TIME;
	default:
	case 0:
		return AE_OK;
	default:
		return AE_ERROR;
	}
}