diff options
author | 2021-09-17 10:07:41 +0800 | |
---|---|---|
committer | 2023-04-04 18:04:57 +0200 | |
commit | d4281c016d84d56abd5fc19eb0e24ca7c5138e8c (patch) | |
tree | 9014b70c794beef3ede3376bbf58c3a88f24e116 /drivers/gpu/drm/tegra/dsi.c | |
parent | drm/tegra: sor: Remove redundant error logging (diff) | |
download | wireguard-linux-d4281c016d84d56abd5fc19eb0e24ca7c5138e8c.tar.xz wireguard-linux-d4281c016d84d56abd5fc19eb0e24ca7c5138e8c.zip |
drm/tegra: sor: Make use of the helper function dev_err_probe()
When possible use dev_err_probe help to properly deal with the
PROBE_DEFER error, the benefit is that DEFER issue will be logged
in the devices_deferred debugfs file.
And using dev_err_probe() can reduce code size, the error value
gets printed.
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/dsi.c')
0 files changed, 0 insertions, 0 deletions