mtd: rawnand: qcom: Simplify the call to nand_prog_page_end_op()
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Sat, 5 Aug 2023 17:41:44 +0000 (23:11 +0530)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 18 Aug 2023 14:34:31 +0000 (16:34 +0200)
commitc56de1e5b916154afcaa9f4df46f685cae75f173
tree41a7e9e53bb3f74c2aa01a2d213c70a398635c6f
parentbb7a103d4594bbec8fc74d10da2dd227e21cae35
mtd: rawnand: qcom: Simplify the call to nand_prog_page_end_op()

Now that the dma desc cleanup is moved inside submit_descs(), let's
simplify the call to nand_prog_page_end_op() inside qcom_nandc_write_page()
and qcom_nandc_write_page_raw() to match other functions.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20230805174146.57006-9-manivannan.sadhasivam@linaro.org
drivers/mtd/nand/raw/qcom_nandc.c