PATCH: Remove bogus printk in microcode.c

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 11 Jul 2003 19:04:33 +0100


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.75/arch/i386/kernel/microcode.c linux-2.5.75-ac1/arch/i386/kernel/microcode.c
--- linux-2.5.75/arch/i386/kernel/microcode.c 2003-07-10 21:06:04.000000000 +0100
+++ linux-2.5.75-ac1/arch/i386/kernel/microcode.c 2003-07-11 14:29:05.000000000 +0100
@@ -380,7 +380,6 @@
return -ENODATA;

default:
- printk(KERN_ERR "microcode: unknown ioctl cmd=%d\n", cmd);
return -EINVAL;
}
return -EINVAL;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/