[PATCH] media: venus: drop unused opp_table field documentation

Krzysztof Kozlowski posted 1 patch 2 years, 8 months ago
drivers/media/platform/qcom/venus/core.h | 1 -
1 file changed, 1 deletion(-)
[PATCH] media: venus: drop unused opp_table field documentation
Posted by Krzysztof Kozlowski 2 years, 8 months ago
The struct venus_format does not have a "opp_table" field.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 drivers/media/platform/qcom/venus/core.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/platform/qcom/venus/core.h b/drivers/media/platform/qcom/venus/core.h
index 32551c2602a9..6c4d483d98d2 100644
--- a/drivers/media/platform/qcom/venus/core.h
+++ b/drivers/media/platform/qcom/venus/core.h
@@ -107,7 +107,6 @@ struct venus_format {
  * @vcodec1_clks: an array of vcodec1 struct clk pointers
  * @video_path: an interconnect handle to video to/from memory path
  * @cpucfg_path: an interconnect handle to cpu configuration path
- * @opp_table: an device OPP table handle
  * @has_opp_table: does OPP table exist
  * @pmdomains:	an array of pmdomains struct device pointers
  * @opp_dl_venus: an device-link for device OPP
-- 
2.34.1
Re: [PATCH] media: venus: drop unused opp_table field documentation
Posted by Krzysztof Kozlowski 2 years, 6 months ago
On 27/12/2022 15:35, Krzysztof Kozlowski wrote:
> The struct venus_format does not have a "opp_table" field.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  drivers/media/platform/qcom/venus/core.h | 1 -
>  1 file changed, 1 deletion(-)

Ping? It has been almost three months...

Best regards,
Krzysztof