Merge pull request #1675 from openmv/hm0360_osc_ioctl

sensors/HM0360: Ignore OSC_ENABLE ioctl.
This commit is contained in:
Ibrahim Abdelkader 2022-06-27 17:23:02 +02:00 committed by GitHub
commit 88f7687935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -685,7 +685,6 @@ static int ioctl(sensor_t *sensor, int request, va_list ap)
switch (request) { switch (request) {
case IOCTL_HIMAX_OSC_ENABLE: { case IOCTL_HIMAX_OSC_ENABLE: {
ret = -1;
break; break;
} }