mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +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 | ||