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)
commitaeef50bc0483fa70ce0bddb686ec84a274b7f3d4
tree3a48fa0730d5918edd10712c35e75ba95bc8fe68
parent871b72dd1e12afc3f024479531d25a9339d2e3f9
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