diff options
Diffstat (limited to 'sys/dev/isp/isp_library.c')
| -rw-r--r-- | sys/dev/isp/isp_library.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_library.c b/sys/dev/isp/isp_library.c index 39f776a82f5bc..caabc84ed5e4a 100644 --- a/sys/dev/isp/isp_library.c +++ b/sys/dev/isp/isp_library.c @@ -203,7 +203,7 @@ isp_fc_runstate(ispsoftc_t *isp, int tval) if (IS_SCSI(isp)) return (0); - tptr = tval? &tval : NULL; + tptr = &tval; if (isp_control(isp, ISPCTL_FCLINK_TEST, tptr) != 0) { return (-1); } |
