[PATCH] ARM: davinci: clock: return 0 upon error from clk_round_rate()
Sekhar Nori
nsekhar at ti.com
Wed Nov 27 04:24:39 EST 2013
On Wednesday 27 November 2013 06:26 AM, Paul Walmsley wrote:
>
> clk_round_rate() should return 0 now 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: Paul Walmsley <paul at pwsan.com>
> Cc: Philip Avinash <avinashphilip at ti.com>
> Cc: Sekhar Nori <nsekhar at ti.com>
> Cc: Kevin Hilman <khilman at deeprootsystems.com>
I applied this to my v3.14/soc[1] branch. For some reason I could not
apply the patch to v3.11-rc1 (patch command returns error). Nothing is
obviously worng. Anyway, the change is minor so I made the change manually.
Thanks,
Sekhar
[1]
https://git.kernel.org/cgit/linux/kernel/git/nsekhar/linux-davinci.git/log/?h=v3.14/soc
More information about the linux-arm-kernel
mailing list