Show
Ignore:
Timestamp:
06/10/99 01:10:13 (14 years ago)
Author:
kmalkki
Message:

(Kyösti) : Fix the Read Word bug, again..

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/smbus.c

    r479 r480  
    110110     most things with sane defaults, to keep the code below somewhat 
    111111     simpler. */ 
    112   char msgbuf0[33]; 
    113   char msgbuf1[33]; 
     112  unsigned char msgbuf0[33]; 
     113  unsigned char msgbuf1[33]; 
    114114  int num = read_write == SMBUS_READ?2:1; 
    115115  struct i2c_msg msg[2] = { { addr, 0, 1, msgbuf0 },