diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2016-05-13 21:05:09 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2016-05-13 21:05:09 +0000 |
| commit | 6cb24ff34acb296109886a3c5e42f30e31b6339d (patch) | |
| tree | 0d6a4ae2fd10e7c922055f31163e620c545b051b /sys/dev | |
| parent | 42066d802cadd6facba4469bb2d7c7b93e57e528 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sym/sym_hipd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sym/sym_hipd.c b/sys/dev/sym/sym_hipd.c index 4b0f7bb1a922..06cb693a0b76 100644 --- a/sys/dev/sym/sym_hipd.c +++ b/sys/dev/sym/sym_hipd.c @@ -8903,7 +8903,7 @@ static int sym_cam_attach(hcb_p np) /* * Establish our async notification handler. */ - if (xpt_register_async(AC_LOST_DEVICE, sym_async, sim, path) != + if (xpt_register_async(AC_LOST_DEVICE, sym_async, np->sim, path) != CAM_REQ_CMP) goto fail; |
