Fix build if USB_DEBUG is defined.

This commit is contained in:
andreast 2018-05-17 17:57:41 +00:00
parent d8bfe26bdf
commit f273e15f27

View File

@ -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); \