cleanup ioctl code
This commit is contained in:
parent
928057efe0
commit
712f6faa2e
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue