Loading
i2c: isch: Add missed 'else'
stable inclusion from stable-v6.6.54 commit d669e782900775c1ff3434d600c6028198d093f4 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAZ3K2 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=d669e782900775c1ff3434d600c6028198d093f4 -------------------------------- commit 1db4da55070d6a2754efeb3743f5312fc32f5961 upstream. In accordance with the existing comment and code analysis it is quite likely that there is a missed 'else' when adapter times out. Add it. Fixes: 5bc12008 ("i2c: Add Intel SCH SMBus support") Signed-off-by:Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: <stable@vger.kernel.org> # v2.6.27+ Signed-off-by:
Andi Shyti <andi.shyti@kernel.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
Wen Zhiwei <wenzhiwei@kylinos.cn>