Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353907
b: refs/heads/master
c: c020a7a
h: refs/heads/master
i:
  353905: d0b6457
  353903: 3a30d7b
v: v3
  • Loading branch information
Cong Ding authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 05d6705 commit dc043d9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e02b124629dc3d9928dd1af76864d1104ea8e810
refs/heads/master: c020a7a4ea3bfd85afc1d2b5e18414252f18fe98
3 changes: 1 addition & 2 deletions trunk/drivers/staging/echo/echo.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift)
{
int i;
int j;
int offset1;
int offset2;
int factor;
Expand All @@ -142,7 +141,7 @@ static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift)

/* asm("st:"); */
n = ec->taps;
for (i = 0, j = offset2; i < n; i++, j++) {
for (i = 0; i < n; i++) {
exp = *phist++ * factor;
ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15);
}
Expand Down

0 comments on commit dc043d9

Please sign in to comment.