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: Manjunathappa, Prakash <prakash.pm@ti.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
This commit is contained in:
parent
c718a54649
commit
3a84409ce3
@ -1270,8 +1270,8 @@ static int __devinit fb_probe(struct platform_device *device)
|
||||
irq_freq:
|
||||
#ifdef CONFIG_CPU_FREQ
|
||||
lcd_da8xx_cpufreq_deregister(par);
|
||||
#endif
|
||||
err_cpu_freq:
|
||||
#endif
|
||||
unregister_framebuffer(da8xx_fb_info);
|
||||
|
||||
err_dealloc_cmap:
|
||||
|
Loading…
Reference in New Issue
Block a user