summaryrefslogtreecommitdiffstats
path: root/sys/dev/tsec/if_tsec_ocp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/tsec/if_tsec_ocp.c')
-rw-r--r--sys/dev/tsec/if_tsec_ocp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tsec/if_tsec_ocp.c b/sys/dev/tsec/if_tsec_ocp.c
index b65145b..1787aa7 100644
--- a/sys/dev/tsec/if_tsec_ocp.c
+++ b/sys/dev/tsec/if_tsec_ocp.c
@@ -272,8 +272,8 @@ tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand,
error = bus_release_resource(sc->dev, SYS_RES_IRQ, irid, ires);
if (error)
- device_printf(sc->dev, "bus_release_resource() failed for %s intr"
- ", error %d\n", iname, error);
+ device_printf(sc->dev, "bus_release_resource() failed for %s "
+ "intr, error %d\n", iname, error);
}
static int
OpenPOWER on IntegriCloud