diff options
author | Zhen Lei <[email protected]> | 2021-05-10 14:38:05 +0800 |
---|---|---|
committer | Rob Clark <[email protected]> | 2021-06-23 07:33:52 -0700 |
commit | e020ac961ce5d038de66dc7f6ffca98899e9a3f3 (patch) | |
tree | faadf28b54fcb04e3460f6b83027a7a4920d6804 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | a1c9b1e3bdd6d8dc43c18699772fb6cf4497d45a (diff) |
drm/msm/dpu: Fix error return code in dpu_mdss_init()
The error code returned by platform_get_irq() is stored in 'irq', it's
forgotten to be copied to 'ret' before being returned. As a result, the
value 0 of 'ret' is returned incorrectly.
After the above fix is completed, initializing the local variable 'ret'
to 0 is no longer needed, remove it.
In addition, when dpu_mdss_init() is successfully returned, the value of
'ret' is always 0. Therefore, replace "return ret" with "return 0" to make
the code clearer.
Fixes: 070e64dc1bbc ("drm/msm/dpu: Convert to a chained irq chip")
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Zhen Lei <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Stephen Boyd <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions