• Ingo Molnar's avatar
    sched: kfree(NULL) is valid · a65914b3
    Ingo Molnar authored
    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>
    a65914b3
sched.c 169 KB