[MTD] Fix ssfdc blksize typo

I will not commit even trivial and obvious one-line fixes without building.
I will not commit even trivial and obvious one-line fixes without building.
I will not commit even trivial and obvious one-line fixes without building.
I will not commit even trivial and obvious one-line fixes without building.
Only clever people can get away with that.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

+1 -1
+1 -1
drivers/mtd/ssfdc.c
··· 445 445 .name = "ssfdc", 446 446 .major = SSFDCR_MAJOR, 447 447 .part_bits = SSFDCR_PARTN_BITS, 448 - .blksize = SECTOR_SIZE; 448 + .blksize = SECTOR_SIZE, 449 449 .getgeo = ssfdcr_getgeo, 450 450 .readsect = ssfdcr_readsect, 451 451 .add_mtd = ssfdcr_add_mtd,