[ALSA] Remove kmalloc wrappers
Modules: ALSA Core Remove kmalloc wrappers. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Jaroslav Kysela
parent
b1d5776d86
commit
e38e0cfa48
@@ -30,7 +30,7 @@ void release_and_free_resource(struct resource *res)
|
||||
{
|
||||
if (res) {
|
||||
release_resource(res);
|
||||
kfree_nocheck(res);
|
||||
kfree(res);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user