Fix build if USB_DEBUG is defined.
This commit is contained in:
parent
d8bfe26bdf
commit
f273e15f27
@ -126,7 +126,7 @@ static const struct usb_device_id lan78xx_devs[] = {
|
||||
};
|
||||
|
||||
#ifdef USB_DEBUG
|
||||
#define lan78xx_dbg_printf(sc, fmt, args...) \
|
||||
#define muge_dbg_printf(sc, fmt, args...) \
|
||||
do { \
|
||||
if (muge_debug > 0) \
|
||||
device_printf((sc)->sc_ue.ue_dev, "debug: " fmt, ##args); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user