Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck: kmemcheck: add missing braces to do-while in kmemcheck_annotate_bitfield kmemcheck: update documentation kmemcheck: depend on HAVE_ARCH_KMEMCHECK kmemcheck: remove useless check kmemcheck: remove duplicated #include
This commit is contained in:
@@ -225,9 +225,6 @@ void kmemcheck_hide(struct pt_regs *regs)
|
||||
|
||||
BUG_ON(!irqs_disabled());
|
||||
|
||||
if (data->balance == 0)
|
||||
return;
|
||||
|
||||
if (unlikely(data->balance != 1)) {
|
||||
kmemcheck_show_all();
|
||||
kmemcheck_error_save_bug(regs);
|
||||
|
Verwijs in nieuw issue
Block a user