Re: [patch 09/11] irda: replace __FUNCTION__ with __func__
From: Harvey Harrison <hidden>
Date: 2008-07-30 23:54:31
From: Harvey Harrison <hidden>
Date: 2008-07-30 23:54:31
On Wed, 2008-07-30 at 16:52 -0700, Andrew Morton wrote:
On Wed, 30 Jul 2008 16:42:36 -0700 (PDT) David Miller [off-list ref] wrote:quoted
From: akpm@linux-foundation.org Date: Wed, 30 Jul 2008 12:37:42 -0700quoted
From: Harvey Harrison <redacted> __FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <redacted> Cc: Samuel Ortiz <redacted> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>This gets rejects because it conflicts with the down_try() changes that went into Linus's tree recently. Specifically this occurs in sir_dev.curgh, OK, sorry. I'll hang onto it, see how we get along next time.
I'll try again at -rc2 time perhaps? Or I can just regen later tonight and resend if you prefer. Harvey