From 4408c26bc37fa8ada493ad41a6c7659b76fff483 Mon Sep 17 00:00:00 2001 From: Paul Walmsley Date: Tue, 26 Nov 2013 16:56:27 -0800 Subject: [PATCH] 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-format-patch failed