mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-16 02:04:43 +00:00
if mtk_jpeg_clk_init() succeed, mtk_jpeg_probe() and mtk_jpeg_remove()
doesn't have a corresponding put_device(). Thus add a new helper
mtk_jpeg_clk_release() to fix it.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| mtk_jpeg_core.c | ||
| mtk_jpeg_core.h | ||
| mtk_jpeg_dec_hw.c | ||
| mtk_jpeg_dec_hw.h | ||
| mtk_jpeg_dec_parse.c | ||
| mtk_jpeg_dec_parse.h | ||
| mtk_jpeg_dec_reg.h | ||
| mtk_jpeg_enc_hw.c | ||
| mtk_jpeg_enc_hw.h | ||