NVIDIA: SAUCE: memory: Remove unused variable

The variable 'intstat' is not used and so remove this.

Bug 4655916

Change-Id: Iceceffef423e3fbec3f835c9879fd11778746956
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/3rdparty/canonical/linux-noble/+/3465067
(cherry picked from commit 1a819646504fe5788e348025d350a67bf478514e)
Reviewed-on: https://git-master.nvidia.com/r/c/3rdparty/canonical/linux-noble/+/3469210
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Jon Hunter
2025-10-07 16:34:46 +01:00
committed by mobile promotions
parent e1c5eb7217
commit 29d6e78f9b
-2
View File
@@ -987,8 +987,6 @@ static int tegra_mc_probe(struct platform_device *pdev)
}
if (mc->soc->has_chiplet_arch) {
unsigned long intstat;
/* Unmask MCF interrupts */
mc_ch_writel(mc, MC_BROADCAST_CHANNEL, mc->soc->mcf_intmask, MCF_INTMASK_0);
mc_ch_writel(mc, MC_BROADCAST_CHANNEL, mc->soc->mcf_intmask, MCF_INTPRIORITY_0);