Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221738
b: refs/heads/master
c: a1025e2
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Linus Torvalds committed Nov 12, 2010
1 parent fb49c34 commit 53ec876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d974e00b955ee390e02ae2f0eeb5ed921599ec07
refs/heads/master: a1025e224c518dceb342d0cc54e5513c6476f60c
2 changes: 1 addition & 1 deletion trunk/drivers/video/backlight/s6e63m0.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ static ssize_t s6e63m0_sysfs_show_gamma_table(struct device *dev,
static DEVICE_ATTR(gamma_table, 0444,
s6e63m0_sysfs_show_gamma_table, NULL);

static int __init s6e63m0_probe(struct spi_device *spi)
static int __devinit s6e63m0_probe(struct spi_device *spi)
{
int ret = 0;
struct s6e63m0 *lcd = NULL;
Expand Down

0 comments on commit 53ec876

Please sign in to comment.