[MTD] Fix ssfdc blksize typo
[firefly-linux-kernel-4.4.55.git] / drivers / mtd / ssfdc.c
index 60a3fba90ab849bc6feb038f51d25b24bed03b8a..a5f3d60047d47f50da60ce7b8569ef326542173d 100644 (file)
@@ -445,7 +445,7 @@ static struct mtd_blktrans_ops ssfdcr_tr = {
        .name           = "ssfdc",
        .major          = SSFDCR_MAJOR,
        .part_bits      = SSFDCR_PARTN_BITS,
-       .blksize        = SECTOR_SIZE;
+       .blksize        = SECTOR_SIZE,
        .getgeo         = ssfdcr_getgeo,
        .readsect       = ssfdcr_readsect,
        .add_mtd        = ssfdcr_add_mtd,