Commit bb34bf79 authored by kernel test robot's avatar kernel test robot Committed by Greg Kroah-Hartman
Browse files
parent 7b16a155
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6272,7 +6272,7 @@ static enum hl_device_hw_state gaudi_get_hw_state(struct hl_device *hdev)
	return RREG32(mmHW_STATE);
}

int gaudi_ctx_init(struct hl_ctx *ctx)
static int gaudi_ctx_init(struct hl_ctx *ctx)
{
	return 0;
}
+1 −1
Original line number Diff line number Diff line
@@ -5225,7 +5225,7 @@ static enum hl_device_hw_state goya_get_hw_state(struct hl_device *hdev)
	return RREG32(mmHW_STATE);
}

int goya_ctx_init(struct hl_ctx *ctx)
static int goya_ctx_init(struct hl_ctx *ctx)
{
	return 0;
}