diff options
Diffstat (limited to 'sys/arch/pc532/dev/ncr5380.c')
-rw-r--r-- | sys/arch/pc532/dev/ncr5380.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pc532/dev/ncr5380.c b/sys/arch/pc532/dev/ncr5380.c index d243a444f02..cfd3dc4a12d 100644 --- a/sys/arch/pc532/dev/ncr5380.c +++ b/sys/arch/pc532/dev/ncr5380.c @@ -666,7 +666,7 @@ struct ncr_softc *sc; #else if (pdma_ready()) return; - panic("Got DMA interrupt without DMA\n"); + panic("Got DMA interrupt without DMA"); #endif } scsi_clr_ipend(); |