]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/message/fusion/mptctl.c
[SCSI] fusion: Move a dereference below a NULL test
[linux-2.6-omap-h63xx.git] / drivers / message / fusion / mptctl.c
index b89f476cd0a98e922f93e90dc04a2bd383af022e..c63817117c0a881a3855fad1399790429b2da3cc 100644 (file)
@@ -308,10 +308,11 @@ static void mptctl_timeout_expired (MPT_IOCTL *ioctl)
 {
        int rc = 1;
 
-       dctlprintk(ioctl->ioc, printk(MYIOC_s_DEBUG_FMT ": Timeout Expired! Host %d\n",
-                               ioctl->ioc->name, ioctl->ioc->id));
        if (ioctl == NULL)
                return;
+       dctlprintk(ioctl->ioc,
+                  printk(MYIOC_s_DEBUG_FMT ": Timeout Expired! Host %d\n",
+                  ioctl->ioc->name, ioctl->ioc->id));
 
        ioctl->wait_done = 0;
        if (ioctl->reset & MPTCTL_RESET_OK)