Changeset 2096

Show
Ignore:
Timestamp:
11/27/03 03:37:43 (10 years ago)
Author:
mds
Message:

hopefully fix byte writes used by eeprom.c

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/busses/i2c-nforce2.c

    r1938 r2096  
    144144                case I2C_SMBUS_BYTE: 
    145145                        if (read_write == I2C_SMBUS_WRITE) 
    146                                 outb_p(data->byte, NVIDIA_SMB_DATA); 
     146                                outb_p(command, NVIDIA_SMB_CMD); 
    147147                        protocol |= NVIDIA_SMB_PRTCL_BYTE; 
    148148                        break;