diff options
Diffstat (limited to 'drivers/message/fusion/mptctl.c')
-rw-r--r-- | drivers/message/fusion/mptctl.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/message/fusion/mptctl.c b/drivers/message/fusion/mptctl.c index 9b2e2198aee9..352acd05c46b 100644 --- a/drivers/message/fusion/mptctl.c +++ b/drivers/message/fusion/mptctl.c | |||
@@ -621,11 +621,8 @@ __mptctl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) | |||
621 | */ | 621 | */ |
622 | iocnumX = khdr.iocnum & 0xFF; | 622 | iocnumX = khdr.iocnum & 0xFF; |
623 | if (((iocnum = mpt_verify_adapter(iocnumX, &iocp)) < 0) || | 623 | if (((iocnum = mpt_verify_adapter(iocnumX, &iocp)) < 0) || |
624 | (iocp == NULL)) { | 624 | (iocp == NULL)) |
625 | printk(KERN_DEBUG MYNAM "%s::mptctl_ioctl() @%d - ioc%d not found!\n", | ||
626 | __FILE__, __LINE__, iocnumX); | ||
627 | return -ENODEV; | 625 | return -ENODEV; |
628 | } | ||
629 | 626 | ||
630 | if (!iocp->active) { | 627 | if (!iocp->active) { |
631 | printk(KERN_DEBUG MYNAM "%s::mptctl_ioctl() @%d - Controller disabled.\n", | 628 | printk(KERN_DEBUG MYNAM "%s::mptctl_ioctl() @%d - Controller disabled.\n", |