From: Steven Miao Date: Wed, 29 Jan 2014 04:25:39 +0000 (+0800) Subject: From: Paul Walmsley X-Git-Tag: v3.14-rc1~55^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b48b3a390629945f5a131b210931416cf243f58d;p=pandora-kernel.git From: Paul Walmsley 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: Paul Walmsley Signed-off-by: Steven Miao --- Reading git-diff-tree failed