[PATCH] remove redundant NULL checks before kfree() in sound/ and avoid...
[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 <juhl-lkml@dif.dk> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- sound/oss/ad1848.c 1 addition, 2 deletionssound/oss/ad1848.c
- sound/oss/ad1889.c 1 addition, 2 deletionssound/oss/ad1889.c
- sound/oss/dmasound/dmasound_awacs.c 7 additions, 13 deletionssound/oss/dmasound/dmasound_awacs.c
- sound/oss/emu10k1/midi.c 2 additions, 4 deletionssound/oss/emu10k1/midi.c
- sound/oss/emu10k1/passthrough.c 1 addition, 2 deletionssound/oss/emu10k1/passthrough.c
- sound/oss/maestro.c 1 addition, 1 deletionsound/oss/maestro.c
- sound/oss/mpu401.c 1 addition, 2 deletionssound/oss/mpu401.c
- sound/oss/sb_common.c 2 additions, 2 deletionssound/oss/sb_common.c
Loading
Please register or sign in to comment