summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2007-06-08 01:39:04 +0000
committermjacob <mjacob@FreeBSD.org>2007-06-08 01:39:04 +0000
commit7092c6b17ef5dcdfa150b6937f9dd3a5c8fb87f9 (patch)
tree8a2fe91e7c91cd738a3e8ad3e5287351b330d797 /sys/dev/isp
parent52b23bf406d97c4b2ef5e2ac357538290cc7660e (diff)
downloadFreeBSD-src-7092c6b17ef5dcdfa150b6937f9dd3a5c8fb87f9.zip
FreeBSD-src-7092c6b17ef5dcdfa150b6937f9dd3a5c8fb87f9.tar.gz
Quiet GCC 4.2 warning.
Diffstat (limited to 'sys/dev/isp')
-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