diff options
-rw-r--r-- | drivers/leds/ledtrig-backlight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/ledtrig-backlight.c b/drivers/leds/ledtrig-backlight.c index c74aff1fe70b..027a2b15d7d8 100644 --- a/drivers/leds/ledtrig-backlight.c +++ b/drivers/leds/ledtrig-backlight.c | |||
@@ -40,7 +40,7 @@ static int fb_notifier_callback(struct notifier_block *p, | |||
40 | int new_status = *blank ? BLANK : UNBLANK; | 40 | int new_status = *blank ? BLANK : UNBLANK; |
41 | 41 | ||
42 | switch (event) { | 42 | switch (event) { |
43 | case FB_EVENT_BLANK : | 43 | case FB_EVENT_BLANK: |
44 | if (new_status == n->old_status) | 44 | if (new_status == n->old_status) |
45 | break; | 45 | break; |
46 | 46 | ||