[MTD] Fix ssfdc blksize typo

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon Dec 11 04:59:01 EST 2006


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=76ab40e465e7615e582b9244a1a967bf3f074061
Commit:     76ab40e465e7615e582b9244a1a967bf3f074061
Parent:     3d375d9e0feee79e63a552a3eb3b46f989afce34
Author:     David Woodhouse <dwmw2 at infradead.org>
AuthorDate: Mon Dec 11 09:43:38 2006 +0000
Committer:  David Woodhouse <dwmw2 at infradead.org>
CommitDate: Mon Dec 11 09:43:38 2006 +0000

    [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 at infradead.org>
---
 drivers/mtd/ssfdc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/ssfdc.c b/drivers/mtd/ssfdc.c
index 60a3fba..a5f3d60 100644
--- a/drivers/mtd/ssfdc.c
+++ b/drivers/mtd/ssfdc.c
@@ -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,



More information about the linux-mtd-cvs mailing list