Commit 3a84409c authored by Manjunathappa, Prakash's avatar Manjunathappa, Prakash Committed by Florian Tobias Schandinat

video: da8xx-fb: Fix build warning on unused label

Patch fixes build warning on label "err_cpu_freq" when CONFIG_CPU_FREQ
is not defined.
Signed-off-by: default avatarManjunathappa, Prakash <prakash.pm@ti.com>
Signed-off-by: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
parent c718a546
...@@ -1270,8 +1270,8 @@ static int __devinit fb_probe(struct platform_device *device) ...@@ -1270,8 +1270,8 @@ static int __devinit fb_probe(struct platform_device *device)
irq_freq: irq_freq:
#ifdef CONFIG_CPU_FREQ #ifdef CONFIG_CPU_FREQ
lcd_da8xx_cpufreq_deregister(par); lcd_da8xx_cpufreq_deregister(par);
#endif
err_cpu_freq: err_cpu_freq:
#endif
unregister_framebuffer(da8xx_fb_info); unregister_framebuffer(da8xx_fb_info);
err_dealloc_cmap: err_dealloc_cmap:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment