Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45688
b: refs/heads/master
c: db06e2a
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Dec 10, 2006
1 parent 1d1e680 commit 7b1e8e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dffbc42b5adfc77a4165de9f170304eb596de3f4
refs/heads/master: db06e2a93ff73270e0053c37c88073094e77913d
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/ssfdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ static void ssfdcr_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd)

ssfdc->mbd.mtd = mtd;
ssfdc->mbd.devnum = -1;
ssfdc->mbd.blksize = SECTOR_SIZE;
ssfdc->mbd.tr = tr;
ssfdc->mbd.readonly = 1;

Expand Down Expand Up @@ -446,6 +445,7 @@ static struct mtd_blktrans_ops ssfdcr_tr = {
.name = "ssfdc",
.major = SSFDCR_MAJOR,
.part_bits = SSFDCR_PARTN_BITS,
.blksize = SECTOR_SIZE;
.getgeo = ssfdcr_getgeo,
.readsect = ssfdcr_readsect,
.add_mtd = ssfdcr_add_mtd,
Expand Down

0 comments on commit 7b1e8e6

Please sign in to comment.