Diff for /multiplexer/en300468ts.c between versions 1.21 and 1.22

version 1.21, 2010/09/29 21:37:12 version 1.22, 2010/09/29 21:38:12
Line 971  static unsigned char *gen_cell_list(stru Line 971  static unsigned char *gen_cell_list(stru
     *d++ = *t++;      *d++ = *t++;
     *d++ = *t >> 4;      *d++ = *t >> 4;
     c = *t++ << 4;      c = *t++ << 4;
     *d++ = c | ((*t >> 8) & 0x0F);       *d++ = c | ((*t >> 8) & 0x0F);
     *d++ = *t++;      *d++ = *t++;
     j = *t++;      j = *t++;
     *d++ = 8 * j;      *d++ = 8 * j;
Line 983  static unsigned char *gen_cell_list(stru Line 983  static unsigned char *gen_cell_list(stru
       *d++ = *t++;        *d++ = *t++;
       *d++ = *t >> 4;        *d++ = *t >> 4;
       c = *t++ << 4;        c = *t++ << 4;
       *d++ = c | ((*t >> 8) & 0x0F);         *d++ = c | ((*t >> 8) & 0x0F);
       *d++ = *t++;        *d++ = *t++;
       j -= 1;        j -= 1;
     }      }

Removed from v.1.21  
changed lines
  Added in v.1.22


LinuxTV legacy CVS <linuxtv.org/cvs>