Revert "rk29:fix bug arch/arm/mach-rk29/board-rk29-a22.c:493: warning: missing braces...
authorhhb <hhb@rock-chips.com>
Mon, 11 Jul 2011 10:06:29 +0000 (18:06 +0800)
committerhhb <hhb@rock-chips.com>
Mon, 11 Jul 2011 10:06:29 +0000 (18:06 +0800)
This reverts commit 589de6220192ac431424627747bade4c391f6363.

arch/arm/mach-rk29/board-rk29-phonesdk.c

index 10d88300fb02894b739de9986ab43a2adeebdc0d..ea480afb353fdcccc5375f9350e1e817a84519dd 100644 (file)
@@ -465,7 +465,7 @@ static struct gt801_platform_data gt801_info = {
        .gpio_reset_active_low = 0,
        .gpio_pendown           = GT801_GPIO_INT,
     .pendown_iomux_name = GPIO4D5_CPUTRACECTL_NAME,
-    .resetpin_iomux_name = "",
+    .resetpin_iomux_name = NULL,
     .pendown_iomux_mode = GPIO4H_GPIO4D5,
     .resetpin_iomux_mode = 0,
 };
@@ -487,7 +487,7 @@ static struct gt818_platform_data gt818_info = {
        .gpio_reset_active_low = 0,
        .gpio_pendown           = GT818_GPIO_INT,
     .pendown_iomux_name = GPIO4D5_CPUTRACECTL_NAME,
-    .resetpin_iomux_name = "",
+    .resetpin_iomux_name = NULL,
     .pendown_iomux_mode = GPIO4H_GPIO4D5,
     .resetpin_iomux_mode = 0,
 };