cregit-Linux how code gets into the kernel

Release 4.16 drivers/usb/musb/musb_trace.c

Directory: drivers/usb/musb
// SPDX-License-Identifier: GPL-2.0
/*
 * musb_trace.c - MUSB Controller Trace Support
 *
 * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com
 *
 * Author: Bin Liu <b-liu@ti.com>
 */


#define CREATE_TRACE_POINTS
#include "musb_trace.h"


void musb_dbg(struct musb *musb, const char *fmt, ...) { struct va_format vaf; va_list args; va_start(args, fmt); vaf.fmt = fmt; vaf.va = &args; trace_musb_log(musb, &vaf); va_end(args); }

Contributors

PersonTokensPropCommitsCommitProp
Bin Liu57100.00%1100.00%
Total57100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Bin Liu6396.92%133.33%
Greg Kroah-Hartman23.08%266.67%
Total65100.00%3100.00%
Directory: drivers/usb/musb
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.