[PATCH] drm/i915: use __func__ instead of __FUNCTION__

2014-03-28 Thread Christoph Jaeger
Thanks for review. This patch obsoletes patch "drm/i915: use __func__ instead of __FUNCTION__". Best, Chris

[PATCH] drm/i915: use __func__ instead of __FUNCTION__

2014-03-28 Thread Jani Nikula
On Fri, 28 Mar 2014, Christoph Jaeger wrote: > __FUNCTION__ is gcc specific; use __func__ instead. I acknowledge the patch is correct and functionally the same as before. However the correct fix would be to drop __FUNCTION__ and the corresponding "%s: " altogether as DRM_DEBUG_KMS includes printi

[PATCH] drm/i915: use __func__ instead of __FUNCTION__

2014-03-28 Thread Christoph Jaeger
__FUNCTION__ is gcc specific; use __func__ instead. Signed-off-by: Christoph Jaeger --- drivers/gpu/drm/i915/dvo_ns2501.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/i915/dvo_ns2501.c b/drivers/gpu/drm/i915/dvo_ns2501.c index 954acb2..e40c