[SCSI] mptctl : Remove printk which floods unnecessary messages to var/log/message
authorKashyap, Desai <kashyap.desai@lsi.com>
Wed, 7 Oct 2009 05:56:54 +0000 (11:26 +0530)
committerJames Bottomley <James.Bottomley@suse.de>
Thu, 29 Oct 2009 17:03:23 +0000 (13:03 -0400)
Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/message/fusion/mptctl.c

index 9b2e219..352acd0 100644 (file)
@@ -621,11 +621,8 @@ __mptctl_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
         */
        iocnumX = khdr.iocnum & 0xFF;
        if (((iocnum = mpt_verify_adapter(iocnumX, &iocp)) < 0) ||
-           (iocp == NULL)) {
-               printk(KERN_DEBUG MYNAM "%s::mptctl_ioctl() @%d - ioc%d not found!\n",
-                               __FILE__, __LINE__, iocnumX);
+           (iocp == NULL))
                return -ENODEV;
-       }
 
        if (!iocp->active) {
                printk(KERN_DEBUG MYNAM "%s::mptctl_ioctl() @%d - Controller disabled.\n",