Re: [Mesa-dev] [PATCH 3/3] mesa: remove MESA_FUNCTION

2018-01-26 Thread Neha Bhende
For series, Reviewed-by: Neha Bhende Regards, Neha From: Brian Paul Sent: Friday, January 26, 2018 8:39:18 AM To: mesa-dev@lists.freedesktop.org Cc: Charmaine Lee; Neha Bhende Subject: [PATCH 3/3] mesa: remove MESA_FUNCTION Just use __func__ in the two macro

[Mesa-dev] [PATCH 3/3] mesa: remove MESA_FUNCTION

2018-01-26 Thread Brian Paul
Just use __func__ in the two macros where it was used. --- src/mesa/main/context.h | 4 ++-- src/mesa/main/mtypes.h | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 5d9e2ed..86be66f 100644 --- a/src/mesa/main/context.h