From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.223.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E421A7E9; Thu, 4 Jul 2024 13:07:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.135.223.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720098424; cv=none; b=FpGv+wHp1qwotHT6Xes8bZjEM2k6b8oSJfi7ORp8uMWs1nJcJ2NlAo+S8qgtIK0QiUljrcMIudilpTSnM6Ibc4NITtX9tZZN8dVVL/nk5sttmO4YbE/5XlonUClErrSKYdlhEk5vxj0m4Y+o8+vd2+Rq6d9Xmf17bq+Ic8mUJdk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720098424; c=relaxed/simple; bh=5W8frGXHl2CqOwhyGgoxG71BF0QmOzUO4tX8WoQwXwU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Q1Xqf3m2/YcNLl1rjgbK9Le9MNgtZAA56dp+AuaUuOyumPFkPrduWlFTZkFL3RMHFsz0o8UCdipDqRVtBjF+7OdPGh7WD2UQ2TmE0myHBQFaqHgxr+AFc55bw3sFfJeSUt9daHZiqnu+Rl5zVHIEGQKzjlzlfTB0UcMexHynhz0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=suse.de; spf=pass smtp.mailfrom=suse.de; arc=none smtp.client-ip=195.135.223.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=suse.de Received: from imap1.dmz-prg2.suse.org (imap1.dmz-prg2.suse.org [IPv6:2a07:de40:b281:104:10:150:64:97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 4C952211E5; Thu, 4 Jul 2024 13:07:01 +0000 (UTC) Authentication-Results: smtp-out1.suse.de; none Received: from imap1.dmz-prg2.suse.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by imap1.dmz-prg2.suse.org (Postfix) with ESMTPS id 8086E13889; Thu, 4 Jul 2024 13:07:00 +0000 (UTC) Received: from dovecot-director2.suse.de ([2a07:de40:b281:106:10:150:64:167]) by imap1.dmz-prg2.suse.org with ESMTPSA id iVHbHHSehmagGQAAD6G6ig (envelope-from ); Thu, 04 Jul 2024 13:07:00 +0000 Message-ID: <4fa00b7b-8fa2-49c5-8a07-728615c06ce9@suse.de> Date: Thu, 4 Jul 2024 16:06:56 +0300 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 07/12] PCI: brcmstb: Remove two unused constants from driver To: Jim Quinlan , linux-pci@vger.kernel.org, Nicolas Saenz Julienne , Bjorn Helgaas , Lorenzo Pieralisi , Cyril Brulebois , Stanimir Varbanov , bcm-kernel-feedback-list@broadcom.com, jim2101024@gmail.com Cc: Florian Fainelli , Lorenzo Pieralisi , =?UTF-8?Q?Krzysztof_Wilczy=C5=84ski?= , Rob Herring , "moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE" , "moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE" , open list References: <20240703180300.42959-1-james.quinlan@broadcom.com> <20240703180300.42959-8-james.quinlan@broadcom.com> Content-Language: en-US From: Stanimir Varbanov In-Reply-To: <20240703180300.42959-8-james.quinlan@broadcom.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spam-Flag: NO X-Spam-Score: -4.00 X-Spam-Level: X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4C952211E5 X-Rspamd-Action: no action X-Spamd-Result: default: False [-4.00 / 50.00]; REPLY(-4.00)[] X-Rspamd-Server: rspamd1.dmz-prg2.suse.org On 7/3/24 21:02, Jim Quinlan wrote: > Two constants in the driver, RGR1_SW_INIT_1_INIT_MASK and > RGR1_SW_INIT_1_INIT_SHIFT are no longer used and are removed. > > Signed-off-by: Jim Quinlan > --- > drivers/pci/controller/pcie-brcmstb.c | 5 ----- > 1 file changed, 5 deletions(-) > Reviewed-by: Stanimir Varbanov ~Stan > diff --git a/drivers/pci/controller/pcie-brcmstb.c b/drivers/pci/controller/pcie-brcmstb.c > index d8c0f1474369..3aa82871e9b3 100644 > --- a/drivers/pci/controller/pcie-brcmstb.c > +++ b/drivers/pci/controller/pcie-brcmstb.c > @@ -210,11 +210,6 @@ enum { > PCIE_INTR2_CPU_BASE, > }; > > -enum { > - RGR1_SW_INIT_1_INIT_MASK, > - RGR1_SW_INIT_1_INIT_SHIFT, > -}; > - > enum pcie_type { > GENERIC, > BCM7425,