Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48D3AC54EED for ; Wed, 25 Jan 2023 23:07:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229660AbjAYXHK (ORCPT ); Wed, 25 Jan 2023 18:07:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229674AbjAYXHI (ORCPT ); Wed, 25 Jan 2023 18:07:08 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F9FE2D165; Wed, 25 Jan 2023 15:07:02 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id C7C21CE2242; Wed, 25 Jan 2023 23:07:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D01B9C433EF; Wed, 25 Jan 2023 23:06:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674688018; bh=PjeCAAQzy2hv4PRzPfGGMrvM85OsyVQXdAVmcvzztoU=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=aHUY7Ee6sr8EiJIQdf5ySMwjqzjdWFXGb2xlZB2AzXnNvYz6gUNObiNVc3+X6qQYf yJ+E2QqheccH2Qo+YjeDJdE43+G3c5b8TdCwNMFEaU2k8Vv9/VIU1iIE+LlFZZNxZP 02DwWUuRyUBBoXB3Sley0c7h1VRlFgwtR0nU+uZT3WW6UFMsfnO6nrqmTzd/I/RGHy U0YjWV7X5S3qsMlw3Ex1QpBB5vpUETrOtzmyfEJoIHSAPL0xuGpdIs1bCthhGvgFL8 uUl29FIOdqEWTZT9hORc1qlwcvnq7TfuPaQXpnAWJgBoyCqZqT9AOU2psbeXKUypox veIyfhlRFKDsA== Message-ID: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230123103338.230320-1-brgl@bgdev.pl> References: <20230123103338.230320-1-brgl@bgdev.pl> Subject: Re: [PATCH] clk: qcom: gcc-sa8775p: remove unused variables From: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski , kernel test robot To: Alex Elder , Andy Gross , Bartosz Golaszewski , Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , Michael Turquette , Srinivas Kandagatla , Vinod Koul Date: Wed, 25 Jan 2023 15:06:56 -0800 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Bartosz Golaszewski (2023-01-23 02:33:38) > From: Bartosz Golaszewski >=20 > There are four struct definitions in the driver that aren't used so > remove them. >=20 > Reported-by: kernel test robot > Fixes: ed432b1ed00a ("clk: qcom: add the GCC driver for sa8775p") > Signed-off-by: Bartosz Golaszewski > --- Reviewed-by: Stephen Boyd