Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221737
b: refs/heads/master
c: d974e00
h: refs/heads/master
i:
  221735: dbe3a8d
v: v3
  • Loading branch information
Axel Lin authored and Linus Torvalds committed Nov 12, 2010
1 parent 831fa91 commit fb49c34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4dbdf8861a8ad83ef194f2c3a389a7b37c6f832e
refs/heads/master: d974e00b955ee390e02ae2f0eeb5ed921599ec07
3 changes: 3 additions & 0 deletions trunk/drivers/video/backlight/s6e63m0.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,9 @@ static int __devexit s6e63m0_remove(struct spi_device *spi)
struct s6e63m0 *lcd = dev_get_drvdata(&spi->dev);

s6e63m0_power(lcd, FB_BLANK_POWERDOWN);
device_remove_file(&spi->dev, &dev_attr_gamma_table);
device_remove_file(&spi->dev, &dev_attr_gamma_mode);
backlight_device_unregister(lcd->bd);
lcd_device_unregister(lcd->ld);
kfree(lcd);

Expand Down

0 comments on commit fb49c34

Please sign in to comment.