Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117673
b: refs/heads/master
c: d244118
h: refs/heads/master
i:
  117671: a1a52df
v: v3
  • Loading branch information
Linus Torvalds committed Oct 23, 2008
1 parent 84fc6fa commit c63a25d
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: 88ed86fee6651033de9b7038dac7869a9f19775a
refs/heads/master: d2441183dc222d12961ff2201f5086c846505d93
2 changes: 1 addition & 1 deletion trunk/kernel/params.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,14 +510,14 @@ static __modinit int add_sysfs_param(struct module_kobject *mk,
return err;
}

#ifdef CONFIG_MODULES
static void free_module_param_attrs(struct module_kobject *mk)
{
kfree(mk->mp->grp.attrs);
kfree(mk->mp);
mk->mp = NULL;
}

#ifdef CONFIG_MODULES
/*
* module_param_sysfs_setup - setup sysfs support for one module
* @mod: module
Expand Down

0 comments on commit c63a25d

Please sign in to comment.