summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2016-09-26 02:18:34 (GMT)
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-10-04 06:23:14 (GMT)
commit6bd488db80a4264669a7d612a1be1a91cb941cf6 (patch)
tree1929c0eea0eda1fd54e43a3623b0bb662c27a528 /sound
parent8cadab0a2adc612692c7ad8a176881732fa25e2a (diff)
downloadlinux-6bd488db80a4264669a7d612a1be1a91cb941cf6.tar.xz
drm: Simplify drm_printk to reduce object size quite a bit
Remove function name and special " *ERROR*" from argument list $ size drivers/gpu/drm/built-in.o* (x86-32 defconfig, most drm selected) text data bss dec hex filename 5635366 182579 14328 5832273 58fe51 drivers/gpu/drm/built-in.o.new 5779552 182579 14328 5976459 5b318b drivers/gpu/drm/built-in.o.old Using "%ps", __builtin_return_address(0) is the same as "%s", __func__ except for static inlines, but it's more or less the same output. Miscellanea: o Convert args... to ##__VA_ARGS__ o The equivalent DRM_DEV_<FOO> macros are rarely used and not worth conversion Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Sean Paul <seanpaul@chromium.org> Link: http://patchwork.freedesktop.org/patch/msgid/01f976d5ab93c985756fc1b2e83656fb0a2a28c8.1474856262.git.joe@perches.com
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions