]> git.baikalelectronics.ru Git - kernel.git/commit
x86, microcode: Simplify vfree() use
authorFigo.zhang <figo1802@gmail.com>
Sun, 7 Jun 2009 14:30:36 +0000 (22:30 +0800)
committerIngo Molnar <mingo@elte.hu>
Sun, 7 Jun 2009 14:35:11 +0000 (16:35 +0200)
commit39e0ac6eabfc8d3ec2eb5badeea6a282267a346f
tree3a48fa0730d5918edd10712c35e75ba95bc8fe68
parenta30863ef0e947b02663d3f2bc72c050c898fd28a
x86, microcode: Simplify vfree() use

vfree() does its own 'NULL' check, so no need for check before
calling it.

In v2, remove the stray newline.

[ Impact: cleanup ]

Signed-off-by: Figo.zhang <figo1802@gmail.com>
Cc: Dmitry Adamushko <dmitry.adamushko@gmail.com>
LKML-Reference: <1244385036.3402.11.camel@myhost>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/microcode_amd.c