Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353728
b: refs/heads/master
c: 3213f63
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 7, 2013
1 parent d14938f commit bb0616c
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: 6e9430ac57e8c1f41ab24ef7fbb3d452c7eb7246
refs/heads/master: 3213f631da786bee317363d251a0cc54b74bc827
2 changes: 1 addition & 1 deletion trunk/drivers/video/backlight/backlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ void backlight_device_unregister(struct backlight_device *bd)
EXPORT_SYMBOL(backlight_device_unregister);

#ifdef CONFIG_OF
static int of_parent_match(struct device *dev, void *data)
static int of_parent_match(struct device *dev, const void *data)
{
return dev->parent && dev->parent->of_node == data;
}
Expand Down

0 comments on commit bb0616c

Please sign in to comment.