diff options
author | 2014-10-11 22:08:57 -0700 | |
---|---|---|
committer | 2014-10-12 20:57:16 +0200 | |
commit | a1f1a79c51fd493887bb66d932ee66a23f8b1527 (patch) | |
tree | b98bb7f80f0aba379a0541cf0302acc4ebaec728 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm: Implement O_NONBLOCK support on /dev/dri/cardN (diff) | |
download | linux-dev-a1f1a79c51fd493887bb66d932ee66a23f8b1527.tar.xz linux-dev-a1f1a79c51fd493887bb66d932ee66a23f8b1527.zip |
drm: drm_err: Remove unnecessary __func__ argument
Removing the unnecessary drm_err __func__ argument by using
the equivalent %pf and __builtin_return_address(0) makes the
code smaller for every use of the DRM_ERROR macro.
For instance: (allmodconfig)
$ size drivers/gpu/drm/i915/i915.o*
text data bss dec hex filename
922447 193257 296736 1412440 158d58 drivers/gpu/drm/i915/i915.o.new
928111 193257 296736 1418104 15a378 drivers/gpu/drm/i915/i915.o.old
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions