update pwm suspend io level for fih board.

This commit is contained in:
cwz 2011-04-22 20:15:40 -07:00
parent e617e947da
commit 880f40d76c

View File

@ -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;
}