639c55fa0440 parent 4ae6673e029d609da7ef4311440d6de501d6967a author Jesper Juhl 1119736729 -0700 committer Linus Torvalds 1119741900 -0700 [PATCH] remove redundant NULL checks before kfree() in sound/ and avoid casting pointers about to be kfree()'ed Checking a pointer for NULL before calling kfree() on it is redundant, kfree() deals with NULL pointers just fine. This patch removes such checks from sound/ This patch also makes another, but closely related, change. It avoids casting pointers about to be kfree()'ed. Signed-off-by: Jesper Juhl Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds FÚøçŸ