diff options
Diffstat (limited to 'sys/dev/mly')
| -rw-r--r-- | sys/dev/mly/mly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mly/mly.c b/sys/dev/mly/mly.c index dd737fec94080..71759ce7193fa 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); |
