|
@@ -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;
|
|
|
}
|
|
|
|