Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=76ab40e465e7615e582b9244a1a967bf3f074061
Commit:     76ab40e465e7615e582b9244a1a967bf3f074061
Parent:     3d375d9e0feee79e63a552a3eb3b46f989afce34
Author:     David Woodhouse <[EMAIL PROTECTED]>
AuthorDate: Mon Dec 11 09:43:38 2006 +0000
Committer:  David Woodhouse <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
---
 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,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to