Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-03 | trace: rename trace_print_hex_seq arg and add kdoc | Daniel Borkmann | 1 | -2/+2 | Author | Files | Lines |
#ifndef __USBAUDIO_DEBUG_H #define __USBAUDIO_DEBUG_H /* * h/w constraints */ #ifdef HW_CONST_DEBUG #define hwc_debug(fmt, args...) printk(KERN_DEBUG fmt, ##args) #else #define hwc_debug(fmt, args...) do { } while(0) #endif #endif /* __USBAUDIO_DEBUG_H */ e/trace?h=master' type='application/atom+xml'/>
index : net-next.git | ||
net-next plumbings | Tobias Klauser |
summaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-03 | trace: rename trace_print_hex_seq arg and add kdoc | Daniel Borkmann | 1 | -2/+2 | Author | Files | Lines |