diff options
Diffstat (limited to 'drivers/macintosh')
-rw-r--r-- | drivers/macintosh/via-pmu-backlight.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/macintosh/via-pmu-backlight.c b/drivers/macintosh/via-pmu-backlight.c index 4397fac55ba0..a82f313d9dc9 100644 --- a/drivers/macintosh/via-pmu-backlight.c +++ b/drivers/macintosh/via-pmu-backlight.c | |||
@@ -167,11 +167,11 @@ void __init pmu_backlight_init() | |||
167 | pmu_backlight_data.max_brightness / 15); | 167 | pmu_backlight_data.max_brightness / 15); |
168 | } | 168 | } |
169 | 169 | ||
170 | up(&bd->sem); | 170 | down(&bd->sem); |
171 | bd->props->brightness = level; | 171 | bd->props->brightness = level; |
172 | bd->props->power = FB_BLANK_UNBLANK; | 172 | bd->props->power = FB_BLANK_UNBLANK; |
173 | bd->props->update_status(bd); | 173 | bd->props->update_status(bd); |
174 | down(&bd->sem); | 174 | up(&bd->sem); |
175 | 175 | ||
176 | mutex_lock(&pmac_backlight_mutex); | 176 | mutex_lock(&pmac_backlight_mutex); |
177 | if (!pmac_backlight) | 177 | if (!pmac_backlight) |