diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2007-06-08 01:39:04 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2007-06-08 01:39:04 +0000 |
| commit | 1fd47020d8c43524289e7138f08c2074755cea0a (patch) | |
| tree | 8a2fe91e7c91cd738a3e8ad3e5287351b330d797 /sys/dev/isp | |
| parent | 7325b9bce74081c8c68ccf4f73eff3a7a7d243f8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_freebsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 89f45aa472b8..2817fad1bd14 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; |
