commit | 46e4cdff1ee2b07e590b1a91d761f98e26ff3667 | [log] [tgz] |
---|---|---|
author | Jagan Teki <jagan@amarulasolutions.com> | Wed May 13 15:32:23 2020 +0530 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Mon Jun 01 17:55:24 2020 +0530 |
tree | f4d70881d29eb75e54c452f37e438e316b2b4b95 | |
parent | f12f96cfaf53d47aa58eb640744542446aac44dd [diff] |
mtd: spi: Call sst_write in _write ops Currently spi-nor code is assigning _write ops for SST and other flashes separately. Just call the sst_write from generic write ops and return if SST flash found, this way it avoids the confusion of multiple write ops assignment during the scan and makes it more feasible for code readability. No functionality changes. Cc: Simon Glass <sjg@chromium.org> Cc: Vignesh R <vigneshr@ti.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>