Loading src/drivers/elphel/elphel393-pwr.c +1 −6 Original line number Original line Diff line number Diff line Loading @@ -1322,14 +1322,9 @@ static int elphel393_pwr_probe(struct platform_device *pdev) */ */ pm_power_off = shutdown; pm_power_off = shutdown; /* if (base[2]!=NULL){ if (base[2]!=NULL){ //turn off PCA9571 gpio_10389_ctrl(&pdev->dev, 0xf0f); gpio_10389_ctrl(&pdev->dev, 0xf00); } */ gpio_10389_initialize(pdev); gpio_10389_initialize(pdev); } return 0; return 0; } } Loading Loading
src/drivers/elphel/elphel393-pwr.c +1 −6 Original line number Original line Diff line number Diff line Loading @@ -1322,14 +1322,9 @@ static int elphel393_pwr_probe(struct platform_device *pdev) */ */ pm_power_off = shutdown; pm_power_off = shutdown; /* if (base[2]!=NULL){ if (base[2]!=NULL){ //turn off PCA9571 gpio_10389_ctrl(&pdev->dev, 0xf0f); gpio_10389_ctrl(&pdev->dev, 0xf00); } */ gpio_10389_initialize(pdev); gpio_10389_initialize(pdev); } return 0; return 0; } } Loading