blob: dfbcaf0b0dd910dcb7237c221f1c6247b37ab8f4 [file] [log] [blame]
--- ../alsa-kernel/core/misc.c 2005-10-06 02:30:45.000000000 +0200
+++ misc.c 2005-10-06 02:36:32.000000000 +0200
@@ -1,3 +1,4 @@
+#define __NO_VERSION__
/*
* Misc and compatibility things
* Copyright (c) by Jaroslav Kysela <perex@suse.cz>
@@ -30,7 +31,7 @@
{
if (res) {
release_resource(res);
- kfree(res);
+ kfree_nocheck(res);
}
}