diff options
| author | 2019-11-28 11:14:12 +0800 | |
|---|---|---|
| committer | 2020-01-21 20:00:16 +0100 | |
| commit | 73b265ae7bdbb5f4ce13b2afc53afa7c14cd0980 (patch) | |
| tree | 6d06613d7b767d37e1f0fefd720929ff494cd9d3 | |
| parent | mtd: onenand: samsung: remove set but not used variable (diff) | |
mtd: rawnand: mpc5121: Remove unneeded semicolon
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>
| -rw-r--r-- | drivers/mtd/nand/raw/mpc5121_nfc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/mpc5121_nfc.c b/drivers/mtd/nand/raw/mpc5121_nfc.c index 8b90def6686f..a2fcb739e5f8 100644 --- a/drivers/mtd/nand/raw/mpc5121_nfc.c +++ b/drivers/mtd/nand/raw/mpc5121_nfc.c @@ -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 */ |
