Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272202
b: refs/heads/master
c: 1bff3a2
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Linus Torvalds committed Nov 1, 2011
1 parent 7f5108d commit f04d6a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4f5a66b05971d6be08fd596139cd190758831686
refs/heads/master: 1bff3a2093161d1b982a0958e4eb194bf3c8ce47
4 changes: 2 additions & 2 deletions trunk/drivers/video/backlight/generic_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static int genericbl_get_intensity(struct backlight_device *bd)
* Called when the battery is low to limit the backlight intensity.
* If limit==0 clear any limit, otherwise limit the intensity
*/
void corgibl_limit_intensity(int limit)
void genericbl_limit_intensity(int limit)
{
struct backlight_device *bd = generic_backlight_device;

Expand All @@ -68,7 +68,7 @@ void corgibl_limit_intensity(int limit)
backlight_update_status(generic_backlight_device);
mutex_unlock(&bd->ops_lock);
}
EXPORT_SYMBOL(corgibl_limit_intensity);
EXPORT_SYMBOL(genericbl_limit_intensity);

static const struct backlight_ops genericbl_ops = {
.options = BL_CORE_SUSPENDRESUME,
Expand Down

0 comments on commit f04d6a8

Please sign in to comment.