From: Paul Walmsley Date: Wed, 27 Nov 2013 00:49:38 +0000 (-0800) Subject: ARM: shmobile: mackerel: clk_round_rate() can return a zero to indicate an error X-Git-Tag: boards-for-linus~5^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90d423faa0ed53cfda9f12d119f6938dd1ab515d;p=pandora-kernel.git ARM: shmobile: mackerel: clk_round_rate() can return a zero to indicate an error Treat both negative and zero return values from clk_round_rate() as errors. This is needed since subsequent patches will convert clk_round_rate()'s return value to be an unsigned type, rather than a signed type, since some clock sources can generate rates higher than (2^31)-1 Hz. Eventually, when calling clk_round_rate(), only a return value of zero will be considered a error. All other values will be considered valid rates. The comparison against values less than 0 is kept to preserve the correct behavior in the meantime. Signed-off-by: Paul Walmsley Acked-by: Laurent Pinchart Signed-off-by: Simon Horman --- Reading git-diff-tree failed