]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: qcom: Rename parameter name in macro
authorMd Sadre Alam <mdalam@codeaurora.org>
Tue, 23 Feb 2021 19:38:59 +0000 (01:08 +0530)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 11 Mar 2021 08:37:30 +0000 (09:37 +0100)
commita1359add43e01f4af08ec488841c1423d8697317
tree5f8c28c787f056028b1691d1b590282c0734712b
parent92c4884fb0e0188770b4497acd55d2f5d776e7ae
mtd: rawnand: qcom: Rename parameter name in macro

Rename the parameters of the nandc_set_read_loc() macro
to avoid the confusion between is_last_read_loc which
is last location in a read code word and last_cw which
is last code word of a page data.

Signed-off-by: Md Sadre Alam <mdalam@codeaurora.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/1614109141-7531-3-git-send-email-mdalam@codeaurora.org
drivers/mtd/nand/raw/qcom_nandc.c