Re: [PATCH] nvmem: qfprom: remove incorrect write support

From: Doug Anderson
Date: Tue May 26 2020 - 18:33:17 EST


Hi,

On Fri, May 22, 2020 at 4:34 AM Srinivas Kandagatla
<srinivas.kandagatla@xxxxxxxxxx> wrote:
>
> qfprom has different address spaces for read and write. Reads are
> always done from corrected address space, where as writes are done
> on raw address space.
> Writing to corrected address space is invalid and ignored, so it
> does not make sense to have this support in the driver which only
> supports corrected address space regions at the moment.
>
> Fixes: 4ab11996b489 ("nvmem: qfprom: Add Qualcomm QFPROM support.")
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
> ---
> drivers/nvmem/qfprom.c | 14 --------------
> 1 file changed, 14 deletions(-)

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>