Commit 73b265ae authored by zhengbin's avatar zhengbin Committed by Miquel Raynal
Browse files

mtd: rawnand: mpc5121: Remove unneeded semicolon



Fixes coccicheck warning:

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

Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarzhengbin <zhengbin13@huawei.com>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent 75b3ff79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */