
2 Dec
2020
2 Dec
'20
10:22 p.m.
On Wed, Oct 28, 2020 at 01:56:25PM +0100, Robert Marko wrote:
Currently the driver will go through the clock ID-s and set/enable them as needed. But if the ID is unknown it will fall through the switch case to the default case which will always return 0.
This is not correct and default cases should return a error code since clock ID is unknown. So lets return -EINVAL instead.
Signed-off-by: Robert Marko robert.marko@sartura.hr Cc: Luka Perkov luka.perkov@sartura.hr
Applied to u-boot/next, thanks!
--
Tom