Add missing newline to debug printf.
This commit is contained in:
parent
451cddebfa
commit
e7ef108cf4
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user