Skip to content

Commit

Permalink
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/l…
Browse files Browse the repository at this point in the history
…inux/kernel/git/tip/linux-2.6-tip

* 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  lockdep: Fix check_usage_backwards() error message
  • Loading branch information
torvalds committed Feb 1, 2010
2 parents 834db33 + 48d5067 commit e20da89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -2147,7 +2147,7 @@ check_usage_backwards(struct task_struct *curr, struct held_lock *this,
return ret;

return print_irq_inversion_bug(curr, &root, target_entry,
this, 1, irqclass);
this, 0, irqclass);
}

void print_irqtrace_events(struct task_struct *curr)
Expand Down

0 comments on commit e20da89

Please sign in to comment.