Skip to content
Commit b48b3a39 authored by Steven Miao's avatar Steven Miao
Browse files

From: Paul Walmsley <pwalmsley@nvidia.com>



blackfin: bf60x: clock: return 0 upon error from clk_round_rate()

clk_round_rate() should return 0 upon an error, rather than returning
a negative error code.  This is because clk_round_rate() is being
changed to return an unsigned return type rather than a signed type,
since some clock sources can generate rates higher than (2^31)-1 Hz.

Signed-off-by: default avatarPaul Walmsley <pwalmsley@nvidia.com>
Signed-off-by: default avatarSteven Miao <realmz6@gmail.com>
parent 5e98c099
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment