aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/etherswitch/rtl8366/rtl8366rb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/etherswitch/rtl8366/rtl8366rb.c b/sys/dev/etherswitch/rtl8366/rtl8366rb.c
index 1fff39bfbac9..279c33bcaf4a 100644
--- a/sys/dev/etherswitch/rtl8366/rtl8366rb.c
+++ b/sys/dev/etherswitch/rtl8366/rtl8366rb.c
@@ -240,7 +240,7 @@ rtl8366rb_attach(device_t dev)
for (i = 0; i < sc->numphys; i++) {
sc->ifp[i] = if_alloc(IFT_ETHER);
if (sc->ifp[i] == NULL) {
- device_printf(sc->sc_dev, "couldn't allocate ifnet structure\n");
+ device_printf(dev, "couldn't allocate ifnet structure\n");
err = ENOMEM;
break;
}