summaryrefslogtreecommitdiff
path: root/sound/usb/debug.h
blob: 58030176f0083deef38d3d37b2ea46775cce58a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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 */

td>Kalle Valo <kvalo@qca.qualcomm.com>2017-01-12 12:43:59 +0200 commitd53628882255481b710641dd0118fbd80af6e983 (patch) treea8ad39ed4a2af51681b3c976161d22bd034327c0 /drivers parent43efa3c0f241e04862be8e6a68ff765d36cde1ba (diff)
wcn36xx: Don't use the destroyed hal_mutex
ieee80211_unregister_hw() might invoke operations to stop the interface, that uses the hal_mutex. So don't destroy it until after we're done using it. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers')