Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2018 17:57:41 +0000 (UTC)
From:      Andreas Tobler <andreast@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333743 - head/sys/dev/usb/net
Message-ID:  <201805171757.w4HHvfn3069719@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andreast
Date: Thu May 17 17:57:41 2018
New Revision: 333743
URL: https://svnweb.freebsd.org/changeset/base/333743

Log:
  Fix build if USB_DEBUG is defined.

Modified:
  head/sys/dev/usb/net/if_muge.c

Modified: head/sys/dev/usb/net/if_muge.c
==============================================================================
--- head/sys/dev/usb/net/if_muge.c	Thu May 17 17:45:47 2018	(r333742)
+++ head/sys/dev/usb/net/if_muge.c	Thu May 17 17:57:41 2018	(r333743)
@@ -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); \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805171757.w4HHvfn3069719>