diff options
| author | Warner Losh <imp@FreeBSD.org> | 2019-05-08 00:09:10 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2019-05-08 00:09:10 +0000 |
| commit | e7ef108cf483552740a1731d976233e6f42259fc (patch) | |
| tree | 814f2b899e18c281bac203f4c5869278c679304f /sys/dev | |
| parent | 451cddebfa9348df7d622a829a669c4386558e53 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/mpr/mpr_sas_lsi.c | 2 | ||||
| -rw-r--r-- | sys/dev/mps/mps_sas_lsi.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mpr/mpr_sas_lsi.c b/sys/dev/mpr/mpr_sas_lsi.c index 68dd4053badd..3d6c0b75f2e9 100644 --- a/sys/dev/mpr/mpr_sas_lsi.c +++ b/sys/dev/mpr/mpr_sas_lsi.c @@ -1206,7 +1206,7 @@ mprsas_get_sata_identify(struct mpr_softc *sc, u16 handle, * reset */ mpr_dprint(sc, MPR_INFO|MPR_FAULT|MPR_MAPPING, - "Request for SATA PASSTHROUGH page completed with error %d", + "Request for SATA PASSTHROUGH page completed with error %d\n", error); error = ENXIO; goto out; diff --git a/sys/dev/mps/mps_sas_lsi.c b/sys/dev/mps/mps_sas_lsi.c index eea1b35ec26a..2f23b102e1cb 100644 --- a/sys/dev/mps/mps_sas_lsi.c +++ b/sys/dev/mps/mps_sas_lsi.c @@ -979,7 +979,7 @@ mpssas_get_sata_identify(struct mps_softc *sc, u16 handle, * reset */ mps_dprint(sc, MPS_INFO|MPS_FAULT|MPS_MAPPING, - "Request for SATA PASSTHROUGH page completed with error %d", + "Request for SATA PASSTHROUGH page completed with error %d\n", error); error = ENXIO; goto out; |
