commit | a65914b3658043da27c159b8a28c5811bb0a88c9 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:13 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:13 2007 +0200 |
tree | 2fc518e91c9a16f7596e1da861bd6c17abf09c07 | |
parent | 8927f49479756c1aff76e8202ad32733c965864f [diff] |
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: Ingo Molnar <mingo@elte.hu>