commit | 0be4b0b6516c82f53bb3e8546ea8f213cf2fe2ac | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue Apr 26 23:43:30 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu May 05 19:37:11 2022 -0400 |
tree | e0b7443472955c81c7f493c4c890c0039ce85262 | |
parent | d6577668196a130787291682ff9202721396ec1b [diff] |
reset: 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 reset driver. Drop all those empty functions. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@konsulko.com>