Re: [PATCH net] sfc: initialise found bitmap in efx_ef10_mtd_probe

2019-02-12 Thread David Miller
From: Bert Kenward Date: Tue, 12 Feb 2019 13:10:00 + > The bitmap of found partitions in efx_ef10_mtd_probe was not > initialised, causing partitions to be suppressed based off whatever > value was in the bitmap at the start. > > Fixes: 3366463513f5 ("sfc: suppress duplicate nvmem partition

[PATCH net] sfc: initialise found bitmap in efx_ef10_mtd_probe

2019-02-12 Thread Bert Kenward
The bitmap of found partitions in efx_ef10_mtd_probe was not initialised, causing partitions to be suppressed based off whatever value was in the bitmap at the start. Fixes: 3366463513f5 ("sfc: suppress duplicate nvmem partition types in efx_ef10_mtd_probe") Signed-off-by: Bert Kenward --- driv