mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-27 09:10:33 +00:00
As mipi_dsi_driver_register could return error if fails,
it should be better to check the return value and return error
if fails.
Moreover, if i2c_add_driver fails, mipi_dsi_driver_register
should be reverted.
Fixes:
|
||
|---|---|---|
| .. | ||
| adv7511_audio.c | ||
| adv7511_cec.c | ||
| adv7511_drv.c | ||
| adv7511.h | ||
| adv7533.c | ||
| Kconfig | ||
| Makefile | ||