cleanup ioctl code

This commit is contained in:
Vincent Batts 2017-11-05 12:00:21 -05:00
parent 928057efe0
commit 712f6faa2e
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ MODULE_VERSION("1.0");
static long
hello_control_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
{
//int ret = -ENOTTY;
//switch (cmd) {
//}
printk(KERN_INFO "[%s] received command: %d\n", __this_module.name, cmd);
return 0;
}