Re: [PATCH] i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()

2020-12-02 Thread Wolfram Sang
On Mon, Nov 16, 2020 at 10:10:58PM +0800, Zhihao Cheng wrote: > Fix to return the error code from qup_i2c_change_state() > instaed of 0 in qup_i2c_bam_schedule_desc(). > > Fixes: fbf9921f8b35d9b2 ("i2c: qup: Fix error handling") > Reported-by: Hulk Robot > Signed-off-by: Zhihao Cheng Applied

Re: [PATCH] i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()

2020-11-21 Thread Bjorn Andersson
On Mon 16 Nov 08:10 CST 2020, Zhihao Cheng wrote: > Fix to return the error code from qup_i2c_change_state() > instaed of 0 in qup_i2c_bam_schedule_desc(). > > Fixes: fbf9921f8b35d9b2 ("i2c: qup: Fix error handling") > Reported-by: Hulk Robot > Signed-off-by: Zhihao Cheng > --- >

[PATCH] i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()

2020-11-16 Thread Zhihao Cheng
Fix to return the error code from qup_i2c_change_state() instaed of 0 in qup_i2c_bam_schedule_desc(). Fixes: fbf9921f8b35d9b2 ("i2c: qup: Fix error handling") Reported-by: Hulk Robot Signed-off-by: Zhihao Cheng --- drivers/i2c/busses/i2c-qup.c | 3 ++- 1 file changed, 2 insertions(+), 1