commit | 409ffed2b6ae1d5db3cefed2e0fb2ca7e3f352bd | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri May 27 09:13:29 2016 -0700 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Jun 22 02:03:27 2016 +0200 |
tree | a015037ba3b0298e20a8d418c4fa72ea3e89cb9e | |
parent | 2cfd93dd21b0127feae2579d46b7650fbacd2af1 [diff] |
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>