Compile fix

This commit is contained in:
Lorenz Meier 2014-03-17 14:37:32 +01:00
parent 75ad1c4a13
commit 51658ac857
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ RGBLED::ioctl(struct file *filp, int cmd, unsigned long arg)
default: default:
/* see if the parent class can make any use of it */ /* see if the parent class can make any use of it */
ret = CDev::ioctl(filep, cmd, arg); ret = CDev::ioctl(filp, cmd, arg);
break; break;
} }