Re: [PATCH] acpi: pci_slot: Use more common logging style

2016-06-22 Thread Rafael J. Wysocki
On Friday, May 27, 2016 09:00:28 AM Joe Perches wrote: > Use generic pr_ functions with pr_fmt for info and err. > > This also reduces object size a trivial bit: > > $ size drivers/acpi/pci_slot.o* >text data bss dec hex filename > 935 752 51692

[PATCH] acpi: pci_slot: Use more common logging style

2016-05-27 Thread Joe Perches
Use generic pr_ functions with pr_fmt for info and err. This also reduces object size a trivial bit: $ size drivers/acpi/pci_slot.o* textdata bss dec hex filename 935 752 51692 69c drivers/acpi/pci_slot.o.new 1027 752 51784 6f8 drivers