[PATCH 3/4] IPQ40xx: clk: dont always return 0

Tom Rini trini at konsulko.com
Wed Dec 2 22:22:12 CET 2020


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 at sartura.hr>
> Cc: Luka Perkov <luka.perkov at sartura.hr>

Applied to u-boot/next, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201202/1d92f405/attachment.sig>


More information about the U-Boot mailing list