Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235652
b: refs/heads/master
c: aa96646
h: refs/heads/master
v: v3
  • Loading branch information
roel kluin authored and Greg Kroah-Hartman committed Jan 21, 2011
1 parent 0faa8f5 commit fb10fb8
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: e508edb203352e044dac359fb98579508bf7376c
refs/heads/master: aa96646daa15d6ac05addc7db7272dd5787c6953
2 changes: 1 addition & 1 deletion trunk/drivers/staging/spectra/lld_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ void Conv_Spare_Data_Log2Phy_Format(u8 *data)
const u32 PageSpareSize = DeviceInfo.wPageSpareSize;

if (enable_ecc) {
for (i = spareFlagBytes - 1; i >= 0; i++)
for (i = spareFlagBytes - 1; i >= 0; i--)
data[PageSpareSize - spareFlagBytes + i] = data[i];
}
}
Expand Down

0 comments on commit fb10fb8

Please sign in to comment.