]> git.baikalelectronics.ru Git - kernel.git/commit
x86/reboot: Correct pr_info() log message in the set_bios/pci/kbd_reboot()
authorLan Tianyu <tianyu.lan@intel.com>
Thu, 24 Oct 2013 07:11:33 +0000 (15:11 +0800)
committerIngo Molnar <mingo@kernel.org>
Fri, 25 Oct 2013 10:45:04 +0000 (12:45 +0200)
commit026e90169c58513ac9956466c8175efc561af7ba
treef13a5f9e2acd243320f934e3dc7a5a9ec46ce404
parentc2dd13c4f16400025326ff8a3cfd9310b0f71333
x86/reboot: Correct pr_info() log message in the set_bios/pci/kbd_reboot()

commit:

  b30bfe911417 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>

broke the log messages in the set_bios/pci/kbd_reboot() functions, by
putting the reboot method string and quirk entry's ident string in the
wrong order. This patch fixes it.

Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
Cc: holt@sgi.com
Cc: davej@fedoraproject.org
Cc: lenb@kernel.org
Cc: rjw@rjwysocki.net
Cc: awilliam@redhat.com
Link: http://lkml.kernel.org/r/1382598693-29334-1-git-send-email-tianyu.lan@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/reboot.c