Merge branches 'upstream' and 'upstream-fixes' into for-linus

This commit is contained in:
Jiri Kosina
2008-07-23 15:26:10 +02:00
7 changed files with 66 additions and 19 deletions

View File

@@ -212,6 +212,8 @@ static int hidraw_release(struct inode * inode, struct file * file)
kfree(list->hidraw);
}
kfree(list);
return 0;
}