Changeset 4072

Show
Ignore:
Timestamp:
07/24/06 23:02:38 (2 years ago)
Author:
khali
Message:

i2c-algo-bit: Wipe out dead code.
Backport from Linux 2.6, original patch from Uwe Bugla.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • i2c/trunk/kernel/i2c-algo-bit.c

    r4071 r4072  
    383383        while (count > 0) { 
    384384                inval = i2c_inb(i2c_adap); 
    385 /*printk("%#02x ",inval); if ( ! (count % 16) ) printk("\n"); */ 
    386385                if (inval>=0) { 
    387386                        *temp = inval;