Skip to content

Commit 64bdb49

Browse files
committed
Merge tag 'memory-controller-drv-fixes-6.18' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/fixes
Memory controller drivers - fixes for v6.18 Correct incorrect ID used for the memory controller client IDs in Tegra210 Memory Controller driver, introduced in v6.18-rc1. * tag 'memory-controller-drv-fixes-6.18' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl: memory: tegra210: Fix incorrect client ids Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents dc00a9f + 6f37469 commit 64bdb49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/memory/tegra/tegra210.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ static const struct tegra_mc_client tegra210_mc_clients[] = {
10151015
},
10161016
},
10171017
}, {
1018-
.id = TEGRA210_MC_SESRD,
1018+
.id = TEGRA210_MC_SESWR,
10191019
.name = "seswr",
10201020
.swgroup = TEGRA_SWGROUP_SE,
10211021
.regs = {
@@ -1079,7 +1079,7 @@ static const struct tegra_mc_client tegra210_mc_clients[] = {
10791079
},
10801080
},
10811081
}, {
1082-
.id = TEGRA210_MC_ETRR,
1082+
.id = TEGRA210_MC_ETRW,
10831083
.name = "etrw",
10841084
.swgroup = TEGRA_SWGROUP_ETR,
10851085
.regs = {

0 commit comments

Comments
 (0)