diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-sis96x.c')
-rw-r--r-- | drivers/i2c/busses/i2c-sis96x.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/i2c/busses/i2c-sis96x.c b/drivers/i2c/busses/i2c-sis96x.c index 29757b2e11dd..cde8e5880368 100644 --- a/drivers/i2c/busses/i2c-sis96x.c +++ b/drivers/i2c/busses/i2c-sis96x.c | |||
@@ -201,14 +201,8 @@ static s32 sis96x_access(struct i2c_adapter * adap, u16 addr, | |||
201 | SIS96x_PROC_CALL : SIS96x_WORD_DATA); | 201 | SIS96x_PROC_CALL : SIS96x_WORD_DATA); |
202 | break; | 202 | break; |
203 | 203 | ||
204 | case I2C_SMBUS_BLOCK_DATA: | ||
205 | /* TO DO: */ | ||
206 | dev_info(&adap->dev, "SMBus block not implemented!\n"); | ||
207 | return -EOPNOTSUPP; | ||
208 | break; | ||
209 | |||
210 | default: | 204 | default: |
211 | dev_info(&adap->dev, "Unsupported SMBus operation\n"); | 205 | dev_warn(&adap->dev, "Unsupported transaction %d\n", size); |
212 | return -EOPNOTSUPP; | 206 | return -EOPNOTSUPP; |
213 | } | 207 | } |
214 | 208 | ||