]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86/microcode/intel: Rename mc_intel variable to mc
authorBorislav Petkov <bp@suse.de>
Wed, 3 Feb 2016 11:33:37 +0000 (12:33 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 9 Feb 2016 10:41:17 +0000 (11:41 +0100)
commitde778275c295825e6638f3f74103f40642d45caa
tree48f3187ff7b88203284f72b0dc143bd8b51d8d3f
parent4fe9349fc3b042b481692b577bda97cde4d6f517
x86/microcode/intel: Rename mc_intel variable to mc

Well, it is apparent what it points to - microcode. And since it is the
intel loader, no need for the "_intel" suffix. Use "!" for the 0/NULL
checks, while at it.

No functionality change.

Tested-by: Thomas Voegtle <tv@lio96.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1454499225-21544-10-git-send-email-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/cpu/microcode/intel.c