aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2013-07-08 15:54:38 +0000
committerAlexander Motin <mav@FreeBSD.org>2013-07-08 15:54:38 +0000
commit3e4e5885166ea909e8b4fb152427c50e5d311a22 (patch)
tree260ba987465e78fcc7ff03a72af3139f5433ab15 /sys/dev/mfi
parent4cc2d04e9ff74048f1e5c8147a27a69d8a5f4add (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 f45d010161aa..8a94210e7d85 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;
mtx_lock(&sc->mfi_io_lock);
- 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);
mtx_unlock(&sc->mfi_io_lock);