Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp2220495ybd; Mon, 24 Jun 2019 02:47:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqxEWAuOIoWACySfH7EYALWsFnmBz+R8x8rct2gKZVHXa8Pddzoulf0n5umQ51willXr/+cQ X-Received: by 2002:a65:6403:: with SMTP id a3mr23115483pgv.7.1561369663089; Mon, 24 Jun 2019 02:47:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561369663; cv=none; d=google.com; s=arc-20160816; b=Qd3lrLfs0WdXg0DBBFgBX02bEVkjAmbhHlkUG2bwjiBoejgIAae+siE6RH3jGKmFHj lmxbBdAyB2ZIg0R8rhJ34//h2rvLaYqYuQbAU2UATTyoL0hBZi0OAfZrqWXJtPNjCHa/ eHuM7i6VGSVuGdd9rutGysSYm3jYgmxkmgv9cbYhrk1WF5hc9hNc+nPN3O8PU7p/kdw1 /r6epQKNykaYo0cxJf0ulFx8pgfx1CzBcKBDiOOcUNvZowSzzIoX8HMrkJxKDpxyNs0L rA88aL4OeM9/W59M3+4ADrE6FvR0UfBaDo2rPXajx6O7a+dsbDcGHjW9r9q+d27Y+1ku 86iA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=1ly7jejUJxdcCueeUFkWyexG+znxOAShjUbew/ZmICc=; b=feAZ+Xu5p8VfrI6Ime1/dxjt0B/ykcYDl2r/Nff2Bi4MY7kVnsB+ERFgJO2seO8oUT DFx5jVoAIxSq/W3qa5NZxo28UBOSB8Q4UtH9GwKFyItwzUNLicfZy3NqmsykWvS1kNyd Zyf8UOIUSw6wH3a04UbbPMMMGu0fnYJflqr0x9YTRJu/7WiyJzUFZaTGQNM9JdQTMmhu MprqG9w0Invv7IW66XVe3r2dGn0XtRGTahab/BkxzTFKDV2MtaT1nablVYxaOKQkZpyU Q278vZhMUusDJgLwR4eeNnaFGO/Eiw0ksSrRVtqAu7O9nJkqmsp7e3eOirEwiN0/yOyI k6Rg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q10si9306282plr.412.2019.06.24.02.47.27; Mon, 24 Jun 2019 02:47:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727833AbfFXJ3u (ORCPT + 99 others); Mon, 24 Jun 2019 05:29:50 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:34236 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726632AbfFXJ3u (ORCPT ); Mon, 24 Jun 2019 05:29:50 -0400 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 0BEF76D46187D21E210D; Mon, 24 Jun 2019 17:29:48 +0800 (CST) Received: from [127.0.0.1] (10.177.96.96) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.439.0; Mon, 24 Jun 2019 17:29:46 +0800 Subject: Re: [PATCH -next v3] drm/amdgpu: return 'ret' immediately if failed in amdgpu_pmu_init To: Dan Carpenter References: <20190624034532.135201-1-maowenan@huawei.com> <20190624083952.GO18776@kadam> CC: , , , , , , , , , , Joe Perches From: maowenan Message-ID: <4795ba5c-8e41-e1e0-c96a-47fdda3995e3@huawei.com> Date: Mon, 24 Jun 2019 17:29:33 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20190624083952.GO18776@kadam> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.177.96.96] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019/6/24 16:39, Dan Carpenter wrote: > On Mon, Jun 24, 2019 at 11:45:32AM +0800, Mao Wenan wrote: >> There is one warning: >> drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c: In function ‘amdgpu_pmu_init’: >> drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c:249:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable] >> int ret = 0; >> ^ >> amdgpu_pmu_init() is called by amdgpu_device_init() in drivers/gpu/drm/amd/amdgpu/amdgpu_device.c, >> which will use the return value. So it should return 'ret' immediately if init_pmu_by_type() failed. >> amdgpu_device_init() >> r = amdgpu_pmu_init(adev); >> >> This patch is also to update the indenting on the arguments so they line up with the '('. >> >> Fixes: 9c7c85f7ea1f ("drm/amdgpu: add pmu counters") >> >> Signed-off-by: Mao Wenan >> --- >> v1->v2: change the subject for this patch; change the indenting when it calls init_pmu_by_type; use the value 'ret' in >> amdgpu_pmu_init(). >> v2->v3: change the subject for this patch; return 'ret' immediately if failed to call init_pmu_by_type(). >> >> drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c | 7 +++++-- >> 1 file changed, 5 insertions(+), 2 deletions(-) >> >> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c >> index 0e6dba9..b702322 100644 >> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c >> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c >> @@ -252,8 +252,11 @@ int amdgpu_pmu_init(struct amdgpu_device *adev) >> case CHIP_VEGA20: >> /* init df */ >> ret = init_pmu_by_type(adev, df_v3_6_attr_groups, >> - "DF", "amdgpu_df", PERF_TYPE_AMDGPU_DF, >> - DF_V3_6_MAX_COUNTERS); >> + "DF", "amdgpu_df", >> + PERF_TYPE_AMDGPU_DF, >> + DF_V3_6_MAX_COUNTERS); >> + if (ret) >> + return ret; > > No no. Sorry, the original indenting was correct and lined up with the > '(' character in 'init_pmu_by_type(', that's the way it should be. If > we were to remove the "ret = " then we'd have to pull the arguments back > as well. I think this fix that Julia suggested is really the right so > leave the indenting alone. > > It looks like you've right aligned the arguments. That's not the right > way, the original was correct. > After using 8 character for tab(thanks to Joe), the aligned here is wrong, yes, the original was correct. so my v4 is only to change ret, don't change the indenting? > regards, > dan carpenter > > > . >