mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-14 18:22:56 +00:00
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 <juhl-lkml@dif.dk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
History
|
|
|---|---|---|
| .. | ||
| awacs_defs.h | ||
| dac3550a.c | ||
| dmasound.h | ||
| dmasound_atari.c | ||
| dmasound_awacs.c | ||
| dmasound_core.c | ||
| dmasound_paula.c | ||
| dmasound_q40.c | ||
| Kconfig | ||
| Makefile | ||
| tas3001c.c | ||
| tas3001c.h | ||
| tas3001c_tables.c | ||
| tas3004.c | ||
| tas3004.h | ||
| tas3004_tables.c | ||
| tas_common.c | ||
| tas_common.h | ||
| tas_eq_prefs.h | ||
| tas_ioctl.h | ||
| trans_16.c | ||