]> www.infradead.org Git - users/willy/linux.git/commitdiff
media: atomisp: atomisp_compat_ioctl32.c: be independent of ISP version
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 22 Apr 2020 12:33:07 +0000 (14:33 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 20 May 2020 10:32:16 +0000 (12:32 +0200)
There are two ioctls that are only available with ISP2401. Yet,
at the compat level, we don't really need to take care, as
the native ioctl handler will already return an error code if
the ioctl doesn't exist.

So, let's just remove the ifdefs here.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/atomisp2/atomisp_compat_ioctl32.c

index 8a630b0d070f217e4e09d388cbe329e2e9ee4e75..3079043f1fac09d353bfc8786b3679ae3931a519 100644 (file)
@@ -1131,10 +1131,8 @@ long atomisp_compat_ioctl32(struct file *file,
        case ATOMISP_IOC_G_SENSOR_AE_BRACKETING_MODE:
        case ATOMISP_IOC_G_INVALID_FRAME_NUM:
        case ATOMISP_IOC_S_ARRAY_RESOLUTION:
-#ifdef ISP2401
        case ATOMISP_IOC_S_SENSOR_RUNMODE:
        case ATOMISP_IOC_G_UPDATE_EXPOSURE:
-#endif
                ret = native_ioctl(file, cmd, arg);
                break;