提交 de9a8634 编写于 作者: P Peter Rosin 提交者: Wolfram Sang

i2c: pmcmsp: return message count on master_xfer success

Returning zero is wrong in this case.
Signed-off-by: NPeter Rosin <peda@axentia.se>
Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
Fixes: 1b144df1 ("i2c: New PMC MSP71xx TWI bus driver")
上级 06cb616b
...@@ -567,7 +567,7 @@ static int pmcmsptwi_master_xfer(struct i2c_adapter *adap, ...@@ -567,7 +567,7 @@ static int pmcmsptwi_master_xfer(struct i2c_adapter *adap,
return -1; return -1;
} }
return 0; return num;
} }
static u32 pmcmsptwi_i2c_func(struct i2c_adapter *adapter) static u32 pmcmsptwi_i2c_func(struct i2c_adapter *adapter)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册