Diff for /margi2/margi.c between versions 1.7 and 1.8

version 1.7, 2001/03/06 23:39:26 version 1.8, 2001/03/14 01:43:11
Line 384  static int ringDMA (struct cvdv_cards *c Line 384  static int ringDMA (struct cvdv_cards *c
                   
         count = ring_read_rest(&(card->rbuf));          count = ring_read_rest(&(card->rbuf));
         if (count < 2048) {          if (count < 2048) {
                 //card->DMAABusy = 0;                  card->DMAABusy = 0;
                 wake_up_interruptible(&(card->wqA));                  wake_up_interruptible(&(card->wqA));
                 return 0;                  return 0;
         }          }

Removed from v.1.7  
changed lines
  Added in v.1.8


LinuxTV legacy CVS <linuxtv.org/cvs>