aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mly
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/mly
parentcccf422080e22281bbcb96e29128a89ce00cd4d4 (diff)
Notes
Diffstat (limited to 'sys/dev/mly')
-rw-r--r--sys/dev/mly/mly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mly/mly.c b/sys/dev/mly/mly.c
index 9155d6041ce9b..a5c568b10433d 100644
--- a/sys/dev/mly/mly.c
+++ b/sys/dev/mly/mly.c
@@ -2025,7 +2025,7 @@ mly_cam_rescan_btl(struct mly_softc *sc, int bus, int target)
mly_printf(sc, "rescan failed (can't allocate CCB)\n");
return;
}
- if (xpt_create_path(&ccb->ccb_h.path, xpt_periph,
+ if (xpt_create_path(&ccb->ccb_h.path, NULL,
cam_sim_path(sc->mly_cam_sim[bus]), target, 0) != CAM_REQ_CMP) {
mly_printf(sc, "rescan failed (can't create path)\n");
xpt_free_ccb(ccb);