diff --git a/sys/dev/mly/mly.c b/sys/dev/mly/mly.c index dd737fec940..71759ce7193 100644 --- a/sys/dev/mly/mly.c +++ b/sys/dev/mly/mly.c @@ -1369,7 +1369,7 @@ mly_process_event(struct mly_softc *sc, struct mly_event *me) break; case 'e': mly_printf(sc, tp, me->target, me->lun); - printf(sc, "\n"); + printf("\n"); break; case 'c': mly_printf(sc, "controller %s\n", tp);