mirror of
https://github.com/openwrt/openwrt.git
synced 2026-05-05 22:25:44 +04:00
39ae0f972d
This is an automatically generated commit. When doing `git bisect`, consider `git bisect --skip`. Signed-off-by: Kenneth Kasilag <kenneth@kasilag.me> Link: https://github.com/openwrt/openwrt/pull/19038 Signed-off-by: Robert Marko <robimarko@gmail.com>
12 lines
306 B
Diff
12 lines
306 B
Diff
--- a/drivers/i2c/busses/i2c-mt7621.c
|
|
+++ b/drivers/i2c/busses/i2c-mt7621.c
|
|
@@ -85,7 +85,7 @@ static void mtk_i2c_reset(struct mtk_i2c
|
|
{
|
|
int ret;
|
|
|
|
- ret = device_reset(i2c->adap.dev.parent);
|
|
+ ret = device_reset_optional(i2c->adap.dev.parent);
|
|
if (ret)
|
|
dev_err(i2c->dev, "I2C reset failed!\n");
|
|
|