mirror of
				https://github.com/Telecominfraproject/OpenNetworkLinux.git
				synced 2025-11-03 19:58:20 +00:00 
			
		
		
		
	Merge pull request #542 from brandonchuang/as5916_54xks
[as5916-54xks] Remove setting loc/diag led as off while onlp_ledi_init()
This commit is contained in:
		@@ -167,12 +167,6 @@ static int onlp_to_driver_led_mode(enum onlp_led_id id, onlp_led_mode_t onlp_led
 | 
			
		||||
int
 | 
			
		||||
onlp_ledi_init(void)
 | 
			
		||||
{
 | 
			
		||||
    /*
 | 
			
		||||
     * Turn off the LOCATION and DIAG LEDs at startup
 | 
			
		||||
     */
 | 
			
		||||
    onlp_ledi_mode_set(ONLP_LED_ID_CREATE(LED_DIAG), ONLP_LED_MODE_OFF);
 | 
			
		||||
    onlp_ledi_mode_set(ONLP_LED_ID_CREATE(LED_LOC), ONLP_LED_MODE_OFF);
 | 
			
		||||
 | 
			
		||||
    return ONLP_STATUS_OK;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user