PT-2026-44362
In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov5647: Fix runtime PM refcount leak in s ctrl Three control cases AUTOGAIN, EXPOSURE AUTO, ANALOGUE GAIN directly return without calling pm runtime put, causing runtime PM reference count leaks. Change these cases fr...