mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
[PATCH] remove pointless NULL check before kfree in sony535.c
There's no need to check for NULL, kfree() can cope. 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>
This commit is contained in:
parent
07d46de415
commit
89e0b1134e
@ -1605,7 +1605,6 @@ out7:
|
||||
put_disk(cdu_disk);
|
||||
out6:
|
||||
for (i = 0; i < sony_buffer_sectors; i++)
|
||||
if (sony_buffer[i])
|
||||
kfree(sony_buffer[i]);
|
||||
out5:
|
||||
kfree(sony_buffer);
|
||||
|
Loading…
Reference in New Issue
Block a user