diff options
Diffstat (limited to 'drivers/char/ipmi/ipmi_devintf.c')
| -rw-r--r-- | drivers/char/ipmi/ipmi_devintf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/char/ipmi/ipmi_devintf.c b/drivers/char/ipmi/ipmi_devintf.c index 835a33c8d5f5..41fc11dc921c 100644 --- a/drivers/char/ipmi/ipmi_devintf.c +++ b/drivers/char/ipmi/ipmi_devintf.c | |||
| @@ -162,8 +162,6 @@ static int ipmi_release(struct inode *inode, struct file *file) | |||
| 162 | if (rv) | 162 | if (rv) |
| 163 | return rv; | 163 | return rv; |
| 164 | 164 | ||
| 165 | ipmi_fasync (-1, file, 0); | ||
| 166 | |||
| 167 | /* FIXME - free the messages in the list. */ | 165 | /* FIXME - free the messages in the list. */ |
| 168 | kfree(priv); | 166 | kfree(priv); |
| 169 | 167 | ||
| @@ -957,3 +955,4 @@ module_exit(cleanup_ipmi); | |||
| 957 | MODULE_LICENSE("GPL"); | 955 | MODULE_LICENSE("GPL"); |
| 958 | MODULE_AUTHOR("Corey Minyard <minyard@mvista.com>"); | 956 | MODULE_AUTHOR("Corey Minyard <minyard@mvista.com>"); |
| 959 | MODULE_DESCRIPTION("Linux device interface for the IPMI message handler."); | 957 | MODULE_DESCRIPTION("Linux device interface for the IPMI message handler."); |
| 958 | MODULE_ALIAS("platform:ipmi_si"); | ||
