Changeset 753


Ignore:
Timestamp:
10/22/09 17:07:30 (3 years ago)
Author:
hailfinger
Message:

Since we don't have any debug level printing infrastructure yet, I
propose to kill the obnoxious debug message in ichspi.c which was added
to check for correct PREOP handling. We know the code works fine (after
getting a few reports over 100 MB long) and there's no point in keeping
it around anymore.
If there is any desire, we can reinstate it as print_spew or whatever
once the debug level infrastructure is merged, but at that point we
probably just are happy that the debug output isn't there anymore.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@…>
Acked-by: Luc Verhaegen <libv@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ichspi.c

    r727 r753  
    757757                         */ 
    758758                        if ((oppos != -1) && (preoppos != -1) && 
    759                             (curopcodes->opcode[oppos].atomic - 1 == preoppos)) { 
    760                                 printf_debug("opcode 0x%02x will be run as PREOP\n", 
    761                                              cmds->writearr[0]); 
     759                            ((curopcodes->opcode[oppos].atomic - 1) == preoppos)) 
    762760                                continue; 
    763                         } 
    764761                }        
    765762                         
Note: See TracChangeset for help on using the changeset viewer.