]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/chipsfb.c
backlight: Separate backlight properties from backlight ops pointers
[linux-2.6-omap-h63xx.git] / drivers / video / chipsfb.c
index 2a17dfc232f347658615cd4235c53c928947b843..af313bf1a2da04d7feccf9211e446c6f0303cfb7 100644 (file)
@@ -395,7 +395,7 @@ chipsfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent)
        /* turn on the backlight */
        mutex_lock(&pmac_backlight_mutex);
        if (pmac_backlight) {
-               pmac_backlight->props->power = FB_BLANK_UNBLANK;
+               pmac_backlight->props.power = FB_BLANK_UNBLANK;
                backlight_update_status(pmac_backlight);
        }
        mutex_unlock(&pmac_backlight_mutex);