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)
commita5d3244a0b1c16963fd7ceadf76da843df27c3c5
tree2bbc3a3bb1a832e4e4408fc4b45875ab69478caf
parentadc429d69937b3ef6fba2f8e8de9b7ce8347b662
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