Show
Ignore:
Timestamp:
03/31/01 03:55:54 (11 years ago)
Author:
mds
Message:

fix message about what mode you are in - used to always say

i2c block rather than byte or word.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/dump/i2cdump.c

    r858 r1049  
    218218  fprintf(stderr,"  I will probe file %s, address 0x%x, mode %s\n", 
    219219          filename,address,size == I2C_SMBUS_BLOCK_DATA ? "smbus block" : 
    220                                    I2C_SMBUS_I2C_BLOCK_DATA ? "i2c block" : 
    221                                    I2C_SMBUS_BYTE_DATA ? "byte" : "word"); 
     220                           size == I2C_SMBUS_I2C_BLOCK_DATA ? "i2c block" : 
     221                           size == I2C_SMBUS_BYTE_DATA ? "byte" : "word"); 
    222222  if(bank)       
    223223    fprintf(stderr,"  Probing bank %d using bank register 0x%02x.\n",