summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 57c3631)
raw | patch | inline | side by side (parent: 57c3631)
author | Manjunathappa, Prakash <prakash.pm@ti.com> | |
Mon, 10 Oct 2011 06:10:55 +0000 (11:40 +0530) | ||
committer | Vaibhav Hiremath <hvaibhav@ti.com> | |
Mon, 23 Jan 2012 19:14:28 +0000 (00:44 +0530) |
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: Vaibhav Hiremath <hvaibhav@ti.com>
is not defined.
Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com>
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
drivers/video/da8xx-fb.c | patch | blob | history |
index c3432a8989dbeec57f2a5a63661a4fcd661d3fca..7bb1c1634be40b175a8a6bdacbb24255316dd358 100644 (file)
--- a/drivers/video/da8xx-fb.c
+++ b/drivers/video/da8xx-fb.c
irq_freq:
#ifdef CONFIG_CPU_FREQ
lcd_da8xx_cpufreq_deregister(par);
-#endif
err_cpu_freq:
+#endif
unregister_framebuffer(da8xx_fb_info);
err_dealloc_cmap: