Fix error check and cleanup for JH7110 TDM
authorMark Brown <broonie@kernel.org>
Fri, 9 Jun 2023 12:13:51 +0000 (13:13 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 9 Jun 2023 12:13:51 +0000 (13:13 +0100)
commit62a97bea5cce5317d6d7630f7bcf0cdf5333e269
tree598214f5c5884bd366b34009285f8e7c6f96eac0
parent7077b1864ca8f0d616c497b3ee890d72d1da0a26
parent8bd81864533bd02d6922deadeed643c813dfe142
Fix error check and cleanup for JH7110 TDM

Merge series from Walker Chen <walker.chen@starfivetech.com>:

Some minor issues were found during addtional testing and static
analysis. The first patch fix the error check for the return value of
devm_reset_control_array_get_exclusive(). The second patch drop some
unused macros.