Re: [PATCH 3/3] exynos: Cleanup exynos_init

2023-10-10 Thread Tom Rini
On Thu, Sep 21, 2023 at 07:32:48PM -0400, Tom Rini wrote: > - None of the callers perform error checking and based on the non-empty > versions of this function, there's no checking to be done, so make > this a void. > - Add a default weak version of the function. > - Remove the empty versions

[PATCH 3/3] exynos: Cleanup exynos_init

2023-09-21 Thread Tom Rini
- None of the callers perform error checking and based on the non-empty versions of this function, there's no checking to be done, so make this a void. - Add a default weak version of the function. - Remove the empty versions of exynos_init now that we have a weak version. Signed-off-by: Tom