Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195859
b: refs/heads/master
c: 53f2b1c
h: refs/heads/master
i:
  195857: be31292
  195855: a9a08c5
v: v3
  • Loading branch information
Jon Ringle authored and David Woodhouse committed Feb 25, 2010
1 parent c26c102 commit 3376db9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9c14b153e6af1301f022d34f1f63888f333e3ef5
refs/heads/master: 53f2b1c86a1fa1414be93571062ac4c263fa9fbc
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/maps/ixp4xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ static void ixp4xx_copy_from(struct map_info *map, void *to,
return;

if (from & 1) {
*dest++ = BYTE1(flash_read16(src));
src++;
*dest++ = BYTE1(flash_read16(src-1));
src++;
--len;
}

Expand Down

0 comments on commit 3376db9

Please sign in to comment.