ACPI / PCI: pci_slot: Use generic pr_debug utility
authorJoe Perches <joe@perches.com>
Fri, 27 May 2016 16:13:29 +0000 (09:13 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 22 Jun 2016 00:03:27 +0000 (02:03 +0200)
commit409ffed2b6ae1d5db3cefed2e0fb2ca7e3f352bd
treea015037ba3b0298e20a8d418c4fa72ea3e89cb9e
parent2cfd93dd21b0127feae2579d46b7650fbacd2af1
ACPI / PCI: pci_slot: Use generic pr_debug utility

Remove the dbg macro and debug module parameter and use
the generic kernel facility.

Trivially reduces defconfig object size on x86-64

$ size drivers/acpi/pci_slot.o*
   text    data     bss     dec     hex filename
    880     752       4    1636     664 drivers/acpi/pci_slot.o.new
    935     752       5    1692     69c drivers/acpi/pci_slot.o.old

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/pci_slot.c