Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45690
b: refs/heads/master
c: 76ab40e
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Dec 11, 2006
1 parent 99bd326 commit c9e98ff
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: 3d375d9e0feee79e63a552a3eb3b46f989afce34
refs/heads/master: 76ab40e465e7615e582b9244a1a967bf3f074061
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/ssfdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c9e98ff

Please sign in to comment.