Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330485
b: refs/heads/master
c: c084e09
h: refs/heads/master
i:
  330483: 14f46cb
v: v3
  • Loading branch information
Anton Vorontsov committed Aug 23, 2012
1 parent ab632e8 commit 949f717
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: b1b56872be3b36af19313bf0953b1361c36b4a98
refs/heads/master: c084e092e47ca2435673702c6cf6e87a731ecc6f
4 changes: 2 additions & 2 deletions trunk/drivers/power/da9030_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ static const struct file_operations bat_debug_fops = {

static struct dentry *da9030_bat_create_debugfs(struct da9030_charger *charger)
{
charger->debug_file = debugfs_create_file("charger", 0666, 0, charger,
&bat_debug_fops);
charger->debug_file = debugfs_create_file("charger", 0666, NULL,
charger, &bat_debug_fops);
return charger->debug_file;
}

Expand Down

0 comments on commit 949f717

Please sign in to comment.