Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45668
b: refs/heads/master
c: ce10604
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and David Woodhouse committed Nov 29, 2006
1 parent 32322a7 commit c8f84cb
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: fc029194999a4563d356cdf728e0c44fb7a49105
refs/heads/master: ce1060494a205d528aa72fea23bdae607396e621
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/rtc_from4.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ static int rtc_from4_correct_data(struct mtd_info *mtd, const u_char *buf, u_cha
/* Read the syndrom pattern from the FPGA and correct the bitorder */
rs_ecc = (volatile unsigned short *)(rtc_from4_fio_base + RTC_FROM4_RS_ECC);
for (i = 0; i < 8; i++) {
ecc[i] = byte_rev_table[(*rs_ecc) & 0xFF];
ecc[i] = bitrev8(*rs_ecc);
rs_ecc++;
}

Expand Down

0 comments on commit c8f84cb

Please sign in to comment.