]> git.itanic.dy.fi Git - linux-stable/commit
mtd: spi-nor: atmel: drop duplicate entry
authorMichael Walle <mwalle@kernel.org>
Fri, 8 Sep 2023 10:16:58 +0000 (12:16 +0200)
committerTudor Ambarus <tudor.ambarus@linaro.org>
Tue, 19 Sep 2023 15:59:22 +0000 (18:59 +0300)
commit1d4c725453c8e61b6b0fb64ebe79258169cbb03c
tree00c02d5f050f9d2843c2aaa09e97200a8b1776da
parentd3b5ea3cc5bacd66a251c0c7394b5d1f82de0f6b
mtd: spi-nor: atmel: drop duplicate entry

The Atmel AT26DF321 and AT25DF321 have the same ID. Both were just
discovered by reading their IDs, that is, there is no probing by name.
Thus only the first one (the AT25DF321) in the list was ever probed.
Luckily, the AT25DF is also the newer series. Drop the AT26DF321.

Signed-off-by: Michael Walle <mwalle@kernel.org>
Link: https://lore.kernel.org/r/20230807-mtd-flash-info-db-rework-v3-40-e60548861b10@kernel.org
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
drivers/mtd/spi-nor/atmel.c