mtd: rawnand: mxc: Convert comma to semicolon
authorZheng Yongjun <zhengyongjun3@huawei.com>
Fri, 11 Dec 2020 09:00:55 +0000 (17:00 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 4 Jan 2021 10:02:39 +0000 (11:02 +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/20201211090055.3250-1-zhengyongjun3@huawei.com
drivers/mtd/nand/raw/mxc_nand.c

index fd705dd1768d23c784064c2c4351c657ee4612e1..f78302e16b84e7c712e6f93f844b5a17e3bcd6be 100644 (file)
@@ -1731,7 +1731,7 @@ static int mxcnd_probe(struct platform_device *pdev)
        this->legacy.chip_delay = 5;
 
        nand_set_controller_data(this, host);
-       nand_set_flash_node(this, pdev->dev.of_node),
+       nand_set_flash_node(this, pdev->dev.of_node);
        this->legacy.dev_ready = mxc_nand_dev_ready;
        this->legacy.cmdfunc = mxc_nand_command;
        this->legacy.read_byte = mxc_nand_read_byte;