reset: drop unnecessary comment for pciesys
after review from sam this comment should be removed Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
This commit is contained in:
		
							parent
							
								
									626892a779
								
							
						
					
					
						commit
						a300d696ca
					
				| 
						 | 
					@ -599,7 +599,6 @@ static int mt7622_pciesys_bind(struct udevice *dev)
 | 
				
			||||||
	int ret = 0;
 | 
						int ret = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (IS_ENABLED(CONFIG_RESET_MEDIATEK)) {
 | 
						if (IS_ENABLED(CONFIG_RESET_MEDIATEK)) {
 | 
				
			||||||
//	PCIESYS uses in linux also 0x34 = ETHSYS reset controller
 | 
					 | 
				
			||||||
	ret = mediatek_reset_bind(dev, ETHSYS_HIFSYS_RST_CTRL_OFS, 1);
 | 
						ret = mediatek_reset_bind(dev, ETHSYS_HIFSYS_RST_CTRL_OFS, 1);
 | 
				
			||||||
	if (ret)
 | 
						if (ret)
 | 
				
			||||||
		debug("Warning: failed to bind reset controller\n");
 | 
							debug("Warning: failed to bind reset controller\n");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue