Skip to content
Commit a65914b3 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

sched: kfree(NULL) is valid



kfree(NULL) is valid.

pointed out by checkpatch.pl.

the fix shrinks the code a bit:

   text    data     bss     dec     hex filename
  40024    3842     100   43966    abbe sched.o.before
  40002    3842     100   43944    aba8 sched.o.after

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 8927f494
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment