mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
camera : fix careless erro in rk_camera.c.
This commit is contained in:
parent
aa0e8730dc
commit
1156a7fe0a
|
|
@ -133,7 +133,7 @@
|
|||
#undef PMEM_SENSOR_FULL_RESOLUTION_11
|
||||
#define PMEM_SENSOR_FULL_RESOLUTION_11 RK_CAM_SUPPORT_RESOLUTION
|
||||
#endif
|
||||
#if (SENSOR_CIF_BUSID_12 == RK_CAM_PLATFORM_DEV_ID_0)
|
||||
#if (SENSOR_CIF_BUSID_11 == RK_CAM_PLATFORM_DEV_ID_0)
|
||||
#if (PMEM_SENSOR_FULL_RESOLUTION_CIF_0 < PMEM_SENSOR_FULL_RESOLUTION_11)
|
||||
#undef PMEM_SENSOR_FULL_RESOLUTION_CIF_0
|
||||
#define PMEM_SENSOR_FULL_RESOLUTION_CIF_0 PMEM_SENSOR_FULL_RESOLUTION_11
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user