]> git.baikalelectronics.ru Git - kernel.git/commit
x86/gart: Replace printk() with pr_info()
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 28 Apr 2014 21:16:33 +0000 (15:16 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 23 May 2014 16:47:19 +0000 (10:47 -0600)
commit20b045e41684d3f9fb7e9608085fe8c80ff03cef
tree2bbc3a3bb1a832e4e4408fc4b45875ab69478caf
parent894341922dff8f74ae6f952d676e3f347f373e86
x86/gart: Replace printk() with pr_info()

Replace printk() with pr_info(), pr_err(), etc.  Define pr_fmt() to prefix
output with "AGP: ".

No functional change except the addition of "AGP: " prefix in dmesg output.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/x86/kernel/aperture_64.c