mirror of
				https://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 13:55:59 +00:00 
			
		
		
		
	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");
 | |
|  
 |