diff options
author | Valdis Kletnieks <Valdis.Kletnieks@vt.edu> | 2014-05-27 20:28:59 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-05-28 16:22:34 +0200 |
commit | 015af06e103fa47af29ada0f564301c81d4973b2 (patch) | |
tree | 2f7c9e01e522659424f24a2c4a0c72b5179d284e /drivers | |
parent | workqueue: remove the confusing POOL_FREEZING (diff) | |
download | linux-015af06e103fa47af29ada0f564301c81d4973b2.tar.xz linux-015af06e103fa47af29ada0f564301c81d4973b2.zip |
kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info
This commit did an incorrect printk->pr_info conversion. If we were
converting to pr_info() we should lose the log_level parameter. The problem is
that this is called (indirectly) by show_regs_print_info(), which is called
with various log_levels (from _INFO clear to _EMERG). So we leave it as
a printk() call so the desired log_level is applied.
Not a full revert, as the other half of the patch is correct.
Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions