From: Krzysztof Kozlowski Date: Sun, 3 May 2015 09:57:11 +0000 (+0900) Subject: rtc: interface: Remove unused return value from rtc_timer_cancel() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~107^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73744a64aab872703b851b9678a7f488b507eb81;p=pandora-kernel.git rtc: interface: Remove unused return value from rtc_timer_cancel() The rtc_timer_cancel() always returns 0 and cannot fail (calls only other void-returning functions). Signed-off-by: Krzysztof Kozlowski Signed-off-by: Alexandre Belloni --- Reading git-diff-tree failed