mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
update pwm suspend io level for fih board.
This commit is contained in:
parent
e617e947da
commit
880f40d76c
|
|
@ -1526,7 +1526,7 @@ static int rk29_backlight_pwm_suspend(void)
|
|||
printk("func %s, line %d: request gpio fail\n", __FUNCTION__, __LINE__);
|
||||
return -1;
|
||||
}
|
||||
gpio_direction_output(PWM_GPIO, GPIO_LOW);
|
||||
gpio_direction_output(PWM_GPIO, GPIO_HIGH);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user