mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 03:11:46 +00:00
e0019f7101
The error handling for the adv748x_identify_chip() call erroneously
jumps to the err_cleanup_clients label before the clients have been
established.
Correct this by jumping to the next (and correct) label in the cleanup
code: err_cleanup_dt.
Fixes:
|
||
---|---|---|
.. | ||
adv748x-afe.c | ||
adv748x-core.c | ||
adv748x-csi2.c | ||
adv748x-hdmi.c | ||
adv748x.h | ||
Makefile |