sfc: suppress duplicate nvmem partition types in efx_ef10_mtd_probe
authorEdward Cree <ecree@solarflare.com>
Tue, 22 Jan 2019 19:02:17 +0000 (19:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Dec 2019 14:35:10 +0000 (15:35 +0100)
commitbf148e672460cd48390db780512445718ddc7262
tree6b55dfb26f216cc41d7fe99754a18185018daf17
parent41feb09d5074d3279d9fe49bba8f59a13e66c4fa
sfc: suppress duplicate nvmem partition types in efx_ef10_mtd_probe

[ Upstream commit 3366463513f544c12c6b88c13da4462ee9e7a1a1 ]

Use a bitmap to keep track of which partition types we've already seen;
 for duplicates, return -EEXIST from efx_ef10_mtd_probe_partition() and
 thus skip adding that partition.
Duplicate partitions occur because of the A/B backup scheme used by newer
 sfc NICs.  Prior to this patch they cause sysfs_warn_dup errors because
 they have the same name, causing us not to expose any MTDs at all.

Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/sfc/ef10.c