summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/isp/isp_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index 89f45aa..2817fad 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -892,7 +892,7 @@ static int
isp_en_lun(ispsoftc_t *isp, union ccb *ccb)
{
struct ccb_en_lun *cel = &ccb->cel;
- tstate_t *tptr;
+ tstate_t *tptr = NULL;
uint32_t seq;
int bus, cmd, av, wildcard, tm_on;
lun_id_t lun;
OpenPOWER on IntegriCloud