commit | 4befe918d29bbbbff3881e17520930eacc30c663 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Wed Apr 13 00:42:48 2022 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Thu Apr 21 12:44:23 2022 +0200 |
tree | ca386c1ae4979761a95edfa26d8fa700593f7c79 | |
parent | bebd282446306e3adfea2144af472e87856955d8 [diff] |
power-domain: Return 0 if ops unimplemented and remove empty functions In case the ops is not implemented, return 0 in the core right away. This is better than having multiple copies of functions which just return 0 in each power domain driver. Drop all those empty functions. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com> Cc: Simon Glass <sjg@chromium.org>