aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ssfdc.c
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-12-11 04:43:38 -0500
committerDavid Woodhouse <dwmw2@infradead.org>2006-12-11 04:43:38 -0500
commit76ab40e465e7615e582b9244a1a967bf3f074061 (patch)
tree47babfe4f76830f2f136491ec29e3fee094c17c2 /drivers/mtd/ssfdc.c
parent3d375d9e0feee79e63a552a3eb3b46f989afce34 (diff)
[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>
Diffstat (limited to 'drivers/mtd/ssfdc.c')
-rw-r--r--drivers/mtd/ssfdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ssfdc.c b/drivers/mtd/ssfdc.c
index 60a3fba90ab8..a5f3d60047d4 100644
--- a/drivers/mtd/ssfdc.c
+++ b/drivers/mtd/ssfdc.c
@@ -445,7 +445,7 @@ static struct mtd_blktrans_ops ssfdcr_tr = {
445 .name = "ssfdc", 445 .name = "ssfdc",
446 .major = SSFDCR_MAJOR, 446 .major = SSFDCR_MAJOR,
447 .part_bits = SSFDCR_PARTN_BITS, 447 .part_bits = SSFDCR_PARTN_BITS,
448 .blksize = SECTOR_SIZE; 448 .blksize = SECTOR_SIZE,
449 .getgeo = ssfdcr_getgeo, 449 .getgeo = ssfdcr_getgeo,
450 .readsect = ssfdcr_readsect, 450 .readsect = ssfdcr_readsect,
451 .add_mtd = ssfdcr_add_mtd, 451 .add_mtd = ssfdcr_add_mtd,