mirror of
				https://github.com/DigitalDevices/dddvb.git
				synced 2025-03-01 10:35:23 +00:00 
			
		
		
		
	re-enable port_attach error handling
This commit is contained in:
		@@ -2118,10 +2118,8 @@ static int ddb_ports_attach(struct ddb *dev)
 | 
				
			|||||||
	for (i = 0; i < dev->port_num; i++) {
 | 
						for (i = 0; i < dev->port_num; i++) {
 | 
				
			||||||
		port = &dev->port[i];
 | 
							port = &dev->port[i];
 | 
				
			||||||
		ret = ddb_port_attach(port);
 | 
							ret = ddb_port_attach(port);
 | 
				
			||||||
#if 0
 | 
					 | 
				
			||||||
		if (ret < 0)
 | 
							if (ret < 0)
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	return ret;
 | 
						return ret;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user