diff options
| -rw-r--r-- | drivers/video/fbdev/mx3fb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/fbdev/mx3fb.c b/drivers/video/fbdev/mx3fb.c index 23ec781e9a61..f23fca0be9d7 100644 --- a/drivers/video/fbdev/mx3fb.c +++ b/drivers/video/fbdev/mx3fb.c | |||
| @@ -334,8 +334,7 @@ static void mx3fb_init_backlight(struct mx3fb_data *fbd) | |||
| 334 | 334 | ||
| 335 | static void mx3fb_exit_backlight(struct mx3fb_data *fbd) | 335 | static void mx3fb_exit_backlight(struct mx3fb_data *fbd) |
| 336 | { | 336 | { |
| 337 | if (fbd->bl) | 337 | backlight_device_unregister(fbd->bl); |
| 338 | backlight_device_unregister(fbd->bl); | ||
| 339 | } | 338 | } |
| 340 | 339 | ||
| 341 | static void mx3fb_dma_done(void *); | 340 | static void mx3fb_dma_done(void *); |
