From: Paul Walmsley Date: Wed, 27 Nov 2013 00:56:27 +0000 (-0800) Subject: ARM: davinci: clock: return 0 upon error from clk_round_rate() X-Git-Tag: soc-for-linus^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4408c26bc37fa8ada493ad41a6c7659b76fff483;p=pandora-kernel.git ARM: davinci: clock: return 0 upon error from clk_round_rate() 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 Cc: Philip Avinash Cc: Sekhar Nori Cc: Kevin Hilman Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed