summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Stehlé <v-stehle@ti.com>2012-04-30 19:34:35 +0800
committerAndy Green <andy.green@linaro.org>2012-06-20 12:08:09 +0800
commit0f90a155018a8ec0037236fc14e47d52ddc5924c (patch)
treeda496e613a43034014a3bfc1a3dc6749923097c1
parent8a406d346af5d979f42b48759736a4ee5f359299 (diff)
Simplify lookup in omap_init_gpu
Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
-rw-r--r--arch/arm/mach-omap2/devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c
index 27ca3f7112c..fb6245f0df5 100644
--- a/arch/arm/mach-omap2/devices.c
+++ b/arch/arm/mach-omap2/devices.c
@@ -1008,7 +1008,7 @@ static void omap_init_gpu(void)
struct omap_hwmod *oh;
struct platform_device *od;
struct gpu_platform_data *pdata;
- const char *oh_name = "gpu";
+ const char *oh_name = "gpu";
char *name = "omapdrm_pvr";
oh = omap_hwmod_lookup(oh_name);