Diff for /margi2/margi.c between versions 1.11 and 1.12

version 1.11, 2001/03/29 23:12:01 version 1.12, 2001/04/06 09:03:54
Line 412  static int ringDMA (struct cvdv_cards *c Line 412  static int ringDMA (struct cvdv_cards *c
                 }                  }
                                   
                 if (count > size) count = size & 0xfffffffc;                  if (count > size) count = size & 0xfffffffc;
 #if 0    #if 0
                 printk(KERN_ERR LOGNAME                   printk(KERN_ERR LOGNAME 
                        ": -- stat: %d  length: %d size: %d startV: %d startA: %d\n",                         ": -- stat: %d  length: %d size: %d startV: %d startA: %d\n",
                        stat,count,size, card->startingV, card->startingA);                         stat,count,size, card->startingV, card->startingA);

Removed from v.1.11  
changed lines
  Added in v.1.12


LinuxTV legacy CVS <linuxtv.org/cvs>