Commit 298a4c3a authored by Linus Torvalds's avatar Linus Torvalds

Merge branch 'for-linus/samsung' of git://git.fluff.org/bjdooks/linux

* 'for-linus/samsung' of git://git.fluff.org/bjdooks/linux:
  hmt: adjust for new pwm_backlight->notify prototype
parents 92dcffb9 1619ce11
...@@ -82,7 +82,7 @@ static int hmt_bl_init(struct device *dev) ...@@ -82,7 +82,7 @@ static int hmt_bl_init(struct device *dev)
return ret; return ret;
} }
static int hmt_bl_notify(int brightness) static int hmt_bl_notify(struct device *dev, int brightness)
{ {
/* /*
* translate from CIELUV/CIELAB L*->brightness, E.G. from * translate from CIELUV/CIELAB L*->brightness, E.G. from
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment