compile fix

This commit is contained in:
Lorenz Meier
2014-03-16 15:15:31 +01:00
parent 15c079921b
commit 85b7670b44
+5 -5
View File
@@ -229,15 +229,15 @@ GPS::ioctl(struct file *filp, int cmd, unsigned long arg)
int ret = OK;
switch (cmd) {
case SENSORIOCRESET:
cmd_reset();
break;
}
case SENSORIOCRESET:
cmd_reset();
break;
default:
default:
/* give it to parent if no one wants it */
ret = CDev::ioctl(filp, cmd, arg);
break;
}
unlock();