summaryrefslogtreecommitdiff
path: root/sys/dev/mpr
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2019-03-27 12:25:46 +0000
committerScott Long <scottl@FreeBSD.org>2019-03-27 12:25:46 +0000
commitaa24a04abf6907833f9842b6329fd58a8201066b (patch)
tree5399e99c28cbb9b1a5a564d8422e2cc1164b7fe8 /sys/dev/mpr
parentaa1ce985e47237be3b4843ac946011c4b43c52af (diff)
Notes
Diffstat (limited to 'sys/dev/mpr')
-rw-r--r--sys/dev/mpr/mpr_table.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mpr/mpr_table.c b/sys/dev/mpr/mpr_table.c
index 6a7eb1d800e5..a1bddf1a3065 100644
--- a/sys/dev/mpr/mpr_table.c
+++ b/sys/dev/mpr/mpr_table.c
@@ -451,6 +451,7 @@ mpr_print_evt_sas(struct mpr_softc *sc, MPI2_EVENT_NOTIFICATION_REPLY *event)
MPR_PRINTFIELD(sc, data, DevHandle, 0x%x);
mpr_print_field(sc, "SASAddress: 0x%jx\n",
mpr_to_u64(&data->SASAddress));
+ break;
}
case MPI2_EVENT_SAS_BROADCAST_PRIMITIVE:
{
@@ -461,6 +462,7 @@ mpr_print_evt_sas(struct mpr_softc *sc, MPI2_EVENT_NOTIFICATION_REPLY *event)
MPR_PRINTFIELD(sc, data, Port, %d);
MPR_PRINTFIELD(sc, data, PortWidth, %d);
MPR_PRINTFIELD(sc, data, Primitive, 0x%x);
+ break;
}
default:
break;