aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2013-04-14 09:55:48 +0000
committerAlexander Motin <mav@FreeBSD.org>2013-04-14 09:55:48 +0000
commite5dfa058dab8fa6b71f15a4212dc1ec68b04bfea (patch)
treedf9949ed179b54ed307f0058d4d461e9e3179b33 /sys/dev/mfi
parentcccf422080e22281bbcb96e29128a89ce00cd4d4 (diff)
Notes
Diffstat (limited to 'sys/dev/mfi')
-rw-r--r--sys/dev/mfi/mfi_cam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mfi/mfi_cam.c b/sys/dev/mfi/mfi_cam.c
index 0ea232669c9f..e66e8aae5e95 100644
--- a/sys/dev/mfi/mfi_cam.c
+++ b/sys/dev/mfi/mfi_cam.c
@@ -318,7 +318,7 @@ mfip_cam_rescan(struct mfi_softc *sc, uint32_t tid)
}
sim = camsc->sim;
- if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, cam_sim_path(sim),
+ if (xpt_create_path(&ccb->ccb_h.path, NULL, cam_sim_path(sim),
tid, CAM_LUN_WILDCARD) != CAM_REQ_CMP) {
xpt_free_ccb(ccb);
device_printf(sc->mfi_dev,