mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-19 12:10:30 +00:00
In function mxc_jpeg_probe(), when devm_clk_get() fail, the return value
will be unexpected, and it should be the devm_clk_get's error code.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| mxc-jpeg-hw.c | ||
| mxc-jpeg-hw.h | ||
| mxc-jpeg.c | ||
| mxc-jpeg.h | ||