mtd: rawnand: marvell: convert comma to semicolon
authorZheng Yongjun <zhengyongjun3@huawei.com>
Fri, 8 Jan 2021 09:23:14 +0000 (17:23 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 1 Feb 2021 17:59:19 +0000 (18:59 +0100)
Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210108092314.18972-1-zhengyongjun3@huawei.com
drivers/mtd/nand/raw/marvell_nand.c

index 42d4881..79da6b0 100644 (file)
@@ -2396,7 +2396,7 @@ static int marvell_nfc_setup_interface(struct nand_chip *chip, int chipnr,
         * be greater than that to be sure tCCS delay is respected.
         */
        nfc_tmg.tWHR = TO_CYCLES(max_t(int, sdr->tWHR_min, sdr->tCCS_min),
-                                period_ns) - 2,
+                                period_ns) - 2;
        nfc_tmg.tRHW = TO_CYCLES(max_t(int, sdr->tRHW_min, sdr->tCCS_min),
                                 period_ns);