Commit f5ccc046 authored by Alan Cox's avatar Alan Cox Committed by Steve French

[PATCH] Remove bogus printk in microcode.c

parent a5b484fd
......@@ -380,7 +380,6 @@ static int microcode_ioctl(struct inode *inode, struct file *file,
return -ENODATA;
default:
printk(KERN_ERR "microcode: unknown ioctl cmd=%d\n", cmd);
return -EINVAL;
}
return -EINVAL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment