mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
10343de268
The pm_runtime_get_sync() internally increments the
dev->power.usage_count without decrementing it, even on errors.
Replace it by the new pm_runtime_resume_and_get(), introduced by:
commit
|
||
---|---|---|
.. | ||
jpeg-core.c | ||
jpeg-core.h | ||
jpeg-hw-exynos4.c | ||
jpeg-hw-exynos4.h | ||
jpeg-hw-exynos3250.c | ||
jpeg-hw-exynos3250.h | ||
jpeg-hw-s5p.c | ||
jpeg-hw-s5p.h | ||
jpeg-regs.h | ||
Makefile |