From 12cd49a733f88c2d6ad41a5c411d1076f26956ed Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Mon, 12 Mar 2018 16:01:44 -0700 Subject: gpu: nvgpu: Cleanup more set but unused variables This time they were largely located in the various common directories. JIRA NVGPU-525 Change-Id: I3a6d523b060a0c6761b227267890298c6d2fb19f Signed-off-by: Alex Waterman Reviewed-on: https://git-master.nvidia.com/r/1673820 Reviewed-by: svc-mobile-coverity Reviewed-by: Konsta Holtta GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/clk/clk_vf_point.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/gpu/nvgpu/clk/clk_vf_point.c') diff --git a/drivers/gpu/nvgpu/clk/clk_vf_point.c b/drivers/gpu/nvgpu/clk/clk_vf_point.c index 49327698..0189bd8c 100644 --- a/drivers/gpu/nvgpu/clk/clk_vf_point.c +++ b/drivers/gpu/nvgpu/clk/clk_vf_point.c @@ -93,7 +93,6 @@ u32 clk_vf_point_sw_setup(struct gk20a *g) { u32 status; struct boardobjgrp *pboardobjgrp = NULL; - struct clk_vf_points *pclkvfpointobjs; gk20a_dbg_info(""); @@ -106,7 +105,6 @@ u32 clk_vf_point_sw_setup(struct gk20a *g) } pboardobjgrp = &g->clk_pmu.clk_vf_pointobjs.super.super; - pclkvfpointobjs = &(g->clk_pmu.clk_vf_pointobjs); BOARDOBJGRP_PMU_CONSTRUCT(pboardobjgrp, CLK, CLK_VF_POINT); -- cgit v1.2.2