aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2007-10-12 16:54:51 +0000
committerScott Long <scottl@FreeBSD.org>2007-10-12 16:54:51 +0000
commit42f31cf9d0691f69f11d97ae978893f4d3d39840 (patch)
treec70bde4f4523ead48151280811ffa3aeb1e40464 /sys/dev/mpt
parentb05e6558c9f46df472805d638918aec9b4345fc3 (diff)
Notes
Diffstat (limited to 'sys/dev/mpt')
-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 18aab4cd6c705..7a67fbc34ea43 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);
}