On Wed, 8 Apr 2015 09:32:44 +0200
Arend van Spriel <ar...@broadcom.com> wrote:

> On 04/07/15 18:11, Steven Rostedt wrote:
> >
> > Every tracing file must have its own TRACE_SYSTEM defined.
> > The brcmsmac tracepoint header broke this and added in the middle
> > of the file:
> >
> >   #undef TRACE_SYSTEM
> >   #define TRACE_SYSTEM brcmsmac
> >
> >   #undef TRACE_SYSTEM
> >   #define TRACE_SYSTEM brcmsmac_tx
> >
> >   #undef TRACE_SYSTEM
> >   #define TRACE_SYSTEM brcmsmac_msg
> >
> > Unfortunately, this broke new code in the ftrace infrastructure.
> > Moving each of these TRACE_SYSTEMs into their own trace file with
> > just one TRACE_SYSTEM per file fixes the issue.
> >
> > Cc: Arend van Spriel<ar...@broadcom.com>
> 
> All right. Go ahead and change Cc: into Acked-by:
> 

Thanks!

-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to