[Intel-gfx] [PATCH 4/5] i915: Convert last uses of __FUNCTION__ to __func__

2014-03-25 Thread Joe Perches
Just about all of these have been converted to __func__, so convert the last uses. Signed-off-by: Joe Perches j...@perches.com --- 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

Re: [Intel-gfx] [PATCH 4/5] i915: Convert last uses of __FUNCTION__ to __func__

2014-03-25 Thread Daniel Vetter
On Tue, Mar 25, 2014 at 12:35:06PM -0700, Joe Perches wrote: Just about all of these have been converted to __func__, so convert the last uses. Signed-off-by: Joe Perches j...@perches.com Pulled into drm-intel, should land in 3.15. Thanks, Daniel --- drivers/gpu/drm/i915/dvo_ns2501.c |