diff options
author | Srinivas Kandagatla <[email protected]> | 2020-05-22 12:33:41 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-05-27 11:09:26 +0200 |
commit | 8d9eb0d6d59a5d7028c80a30831143d3e75515a7 (patch) | |
tree | 3a3464a32979a2eefebf71b0ead9f0132fcca7b3 /drivers/fpga/fpga-bridge.c | |
parent | 18cbc336ec1a640ef4e62107d627bf1cf26ac6b9 (diff) |
nvmem: qfprom: remove incorrect write support
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 <[email protected]>
Reviewed-by: Douglas Anderson <[email protected]>
Cc: stable <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions