summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/board-cardhu-panel.c4
-rw-r--r--arch/arm/mach-tegra/board-enterprise-panel.c4
-rw-r--r--arch/arm/mach-tegra/board-ventana-panel.c4
-rw-r--r--arch/arm/mach-tegra/board-whistler-panel.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu-panel.c b/arch/arm/mach-tegra/board-cardhu-panel.c
index 6e7dd8f559bc..778e0c477158 100644
--- a/arch/arm/mach-tegra/board-cardhu-panel.c
+++ b/arch/arm/mach-tegra/board-cardhu-panel.c
@@ -1063,11 +1063,11 @@ static void cardhu_panel_early_suspend(struct early_suspend *h)
static void cardhu_panel_late_resume(struct early_suspend *h)
{
unsigned i;
- for (i = 0; i < num_registered_fb; i++)
- fb_blank(registered_fb[i], FB_BLANK_UNBLANK);
#ifdef CONFIG_TEGRA_CONVSERVATIVE_GOV_ON_EARLYSUPSEND
cpufreq_restore_default_governor();
#endif
+ for (i = 0; i < num_registered_fb; i++)
+ fb_blank(registered_fb[i], FB_BLANK_UNBLANK);
}
#endif
diff --git a/arch/arm/mach-tegra/board-enterprise-panel.c b/arch/arm/mach-tegra/board-enterprise-panel.c
index 4868e32d8744..9cb200ad4f1d 100644
--- a/arch/arm/mach-tegra/board-enterprise-panel.c
+++ b/arch/arm/mach-tegra/board-enterprise-panel.c
@@ -726,11 +726,11 @@ static void enterprise_panel_early_suspend(struct early_suspend *h)
static void enterprise_panel_late_resume(struct early_suspend *h)
{
unsigned i;
- for (i = 0; i < num_registered_fb; i++)
- fb_blank(registered_fb[i], FB_BLANK_UNBLANK);
#ifdef CONFIG_TEGRA_CONVSERVATIVE_GOV_ON_EARLYSUPSEND
cpufreq_restore_default_governor();
#endif
+ for (i = 0; i < num_registered_fb; i++)
+ fb_blank(registered_fb[i], FB_BLANK_UNBLANK);
}
#endif
diff --git a/arch/arm/mach-tegra/board-ventana-panel.c b/arch/arm/mach-tegra/board-ventana-panel.c
index 5dbe2526fdd1..f8367a9a244c 100644
--- a/arch/arm/mach-tegra/board-ventana-panel.c
+++ b/arch/arm/mach-tegra/board-ventana-panel.c
@@ -363,11 +363,11 @@ static void ventana_panel_early_suspend(struct early_suspend *h)
static void ventana_panel_late_resume(struct early_suspend *h)
{
unsigned i;
- for (i = 0; i < num_registered_fb; i++)
- fb_blank(registered_fb[i], FB_BLANK_UNBLANK);
#ifdef CONFIG_TEGRA_CONVSERVATIVE_GOV_ON_EARLYSUPSEND
cpufreq_restore_default_governor();
#endif
+ for (i = 0; i < num_registered_fb; i++)
+ fb_blank(registered_fb[i], FB_BLANK_UNBLANK);
}
#endif
diff --git a/arch/arm/mach-tegra/board-whistler-panel.c b/arch/arm/mach-tegra/board-whistler-panel.c
index 9580c3284d63..0f1912fdd427 100644
--- a/arch/arm/mach-tegra/board-whistler-panel.c
+++ b/arch/arm/mach-tegra/board-whistler-panel.c
@@ -325,11 +325,11 @@ static void whistler_panel_early_suspend(struct early_suspend *h)
static void whistler_panel_late_resume(struct early_suspend *h)
{
unsigned i;
- for (i = 0; i < num_registered_fb; i++)
- fb_blank(registered_fb[i], FB_BLANK_UNBLANK);
#ifdef CONFIG_TEGRA_CONVSERVATIVE_GOV_ON_EARLYSUPSEND
cpufreq_restore_default_governor();
#endif
+ for (i = 0; i < num_registered_fb; i++)
+ fb_blank(registered_fb[i], FB_BLANK_UNBLANK);
}
#endif