mtd: rawnand: mpc5121: Remove unneeded semicolon
authorzhengbin <zhengbin13@huawei.com>
Thu, 28 Nov 2019 03:14:12 +0000 (11:14 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 21 Jan 2020 19:00:16 +0000 (20:00 +0100)
Fixes coccicheck warning:

drivers/mtd/nand/raw/mpc5121_nfc.c:441:2-3: Unneeded semicolon

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/mpc5121_nfc.c

index 8b90def..a2fcb73 100644 (file)
@@ -438,7 +438,7 @@ static void mpc5121_nfc_copy_spare(struct mtd_info *mtd, uint offset,
                buffer += blksize;
                offset += blksize;
                size -= blksize;
-       };
+       }
 }
 
 /* Copy data from/to NFC main and spare buffers */