Changeset 3478

Show
Ignore:
Timestamp:
07/03/00 19:38:31 (13 years ago)
Author:
frodo
Message:

Corrected I2C_FUNC typo (added block read instead of write)

Location:
i2c/trunk/kernel
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/kernel/i2c-core.c

    r3476 r3478  
    110110#else /* undef CONFIG_PROC_FS */ 
    111111 
    112 #define i2cproc_init() 
    113 #define i2cproc_cleanup() 
     112#define i2cproc_init() 0 
     113#define i2cproc_cleanup() 0 
    114114 
    115115#endif /* CONFIG_PROC_FS */ 
  • i2c/trunk/kernel/i2c.h

    r3469 r3478  
    420420                            I2C_FUNC_SMBUS_WORD_DATA | \ 
    421421                            I2C_FUNC_SMBUS_PROC_CALL | \ 
    422                             I2C_FUNC_SMBUS_READ_BLOCK_DATA 
     422                            I2C_FUNC_SMBUS_WRITE_BLOCK_DATA 
    423423 
    424424/*