summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/alienware-wmi.c
diff options
context:
space:
mode:
authorJoe Perches2015-08-26 20:13:38 +0200
committerDarren Hart2015-08-28 19:49:52 +0200
commitefd85cf86a56898686187397adfd52dfac79aff2 (patch)
tree41c940cf0d3c10b23d4e7045ef77cdebb2bc9e75 /drivers/platform/x86/alienware-wmi.c
parentsurface pro 3: Add support driver for Surface Pro 3 buttons (diff)
downloadkernel-qcow2-linux-efd85cf86a56898686187397adfd52dfac79aff2.tar.gz
kernel-qcow2-linux-efd85cf86a56898686187397adfd52dfac79aff2.tar.xz
kernel-qcow2-linux-efd85cf86a56898686187397adfd52dfac79aff2.zip
thinkpad_acpi: Remove side effects from vdbg_printk -> no_printk macro
vdbg_printk when not using CONFIG_THINKPAD_ACPI_DEBUG uses no_printk which produces no logging output but always evaluates arguments. Change the macro to surround the no_printk call with do { if (0) no_printk(...); } while (0) to avoid the unnecessary argument evaluations. $ size drivers/platform/x86/thinkpad_acpi.o* text data bss dec hex filename 60918 6184 824 67926 10956 drivers/platform/x86/thinkpad_acpi.o.new 60927 6184 824 67935 1095f drivers/platform/x86/thinkpad_acpi.o.old Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/alienware-wmi.c')
0 files changed, 0 insertions, 0 deletions