Commit 76ab40e465e7615e582b9244a1a967bf3f074061

Authored by David Woodhouse
1 parent 3d375d9e0f

[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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -445,7 +445,7 @@
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,