Commit 76ab40e4 authored by David Woodhouse's avatar David Woodhouse

[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: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 3d375d9e
...@@ -445,7 +445,7 @@ static struct mtd_blktrans_ops ssfdcr_tr = { ...@@ -445,7 +445,7 @@ static struct mtd_blktrans_ops ssfdcr_tr = {
.name = "ssfdc", .name = "ssfdc",
.major = SSFDCR_MAJOR, .major = SSFDCR_MAJOR,
.part_bits = SSFDCR_PARTN_BITS, .part_bits = SSFDCR_PARTN_BITS,
.blksize = SECTOR_SIZE; .blksize = SECTOR_SIZE,
.getgeo = ssfdcr_getgeo, .getgeo = ssfdcr_getgeo,
.readsect = ssfdcr_readsect, .readsect = ssfdcr_readsect,
.add_mtd = ssfdcr_add_mtd, .add_mtd = ssfdcr_add_mtd,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment