Skip to content

Commit

Permalink
aat2870: Don't pull GPIOs for suspension in thunder/alessi
Browse files Browse the repository at this point in the history
Restore change 40c44bb, which was
broken by the introduction of alessi support
  • Loading branch information
rmcc committed Jul 1, 2012
1 parent cd15148 commit 92e8546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/backlight/aat2870_bl.c
Expand Up @@ -420,7 +420,7 @@ EXPORT_SYMBOL(aat28xx_ldo_set_level);

static void aat28xx_power_internal(struct aat28xx_driver_data *drvdata, int on)
{
#ifdef defined(CONFIG_MACH_MSM7X27_THUNDERG) || defined(CONFIG_MACH_MSM7X27_ALESSI)
#if defined(CONFIG_MACH_MSM7X27_THUNDERG) || defined(CONFIG_MACH_MSM7X27_ALESSI)
return;
#endif
if(!drvdata || !drvdata->gpio)
Expand Down

0 comments on commit 92e8546

Please sign in to comment.