fw/calypso: Fix backlight bl_mode_pwl method (typo)

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2011-11-09 19:59:46 +01:00
parent a73c98a3ab
commit 4789b4a662
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ void bl_mode_pwl(int on)
writew(reg, ASIC_CONF_REG);
} else {
/* Switch pin from PWL to LT */
reg |= ~ASCONF_PWL_ENA;
reg &= ~ASCONF_PWL_ENA;
writew(reg, ASIC_CONF_REG);
/* Disable pwl */
writeb(0x00, PWL_REG(PWL_CTRL));