aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2007-10-19 15:22:24 +0000
committerScott Long <scottl@FreeBSD.org>2007-10-19 15:22:24 +0000
commit2651587f543c03fa93d15bd4b88bebbdb971ae78 (patch)
tree4d09a6afb1a488bb73205fb92231f5150ea1295b /sys/dev
parent2fb50104d4f5eb069625748ecc4e865fe4704de8 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/mpt/mpt_cam.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/mpt/mpt_cam.c b/sys/dev/mpt/mpt_cam.c
index 18aab4cd6c70..7a67fbc34ea4 100644
--- a/sys/dev/mpt/mpt_cam.c
+++ b/sys/dev/mpt/mpt_cam.c
@@ -793,7 +793,6 @@ mpt_read_config_info_sas(struct mpt_softc *mpt)
break;
}
mpt->sas_portinfo = portinfo;
- free(portinfo, M_DEVBUF);
return (0);
}