summaryrefslogtreecommitdiff
path: root/arch
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-22 10:22:18 +0800
commit6639eab01cef5e57509508b0bcd0a3e41966078e (patch)
tree5ed3fb3c1f5ddaecddd62a36d96e74052c8e5fca /arch
parent56aca927a463d4a4721d1cf92cda9f3025e392bf (diff)
downloadpanda-6639eab01cef5e57509508b0bcd0a3e41966078e.tar.gz
Simplify lookup in omap_init_gpu
Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
Diffstat (limited to 'arch')
-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 333424c206e..dbab73ad0bd 100644
--- a/arch/arm/mach-omap2/devices.c
+++ b/arch/arm/mach-omap2/devices.c
@@ -1038,7 +1038,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);