gma500: fix build without backlight device support
authorJani Nikula <jani.nikula@intel.com>
Tue, 5 Jul 2011 14:39:31 +0000 (15:39 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Jul 2011 15:55:42 +0000 (08:55 -0700)
gma500: fix build without backlight device support

Fix unmatched curly brackets when CONFIG_BACKLIGHT_CLASS_DEVICE is not
defined.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/gma500/mdfld_dsi_output.c

index b88dfc2..e911ef2 100644 (file)
@@ -527,8 +527,8 @@ static int mdfld_dsi_connector_set_property(struct drm_connector * connector,
                                backlight_update_status(psb_bd);
                        }
                }
-       } 
 #endif
+       }
 set_prop_done:
     return 0;
 set_prop_error: