Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752725AbbECKD3 (ORCPT ); Sun, 3 May 2015 06:03:29 -0400 Received: from down.free-electrons.com ([37.187.137.238]:41206 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751743AbbECKDW (ORCPT ); Sun, 3 May 2015 06:03:22 -0400 Date: Sun, 3 May 2015 12:03:15 +0200 From: Alexandre Belloni To: Krzysztof Kozlowski Cc: Alessandro Zummo , rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] rtc: interface: Remove unused return value from rtc_timer_cancel() Message-ID: <20150503100315.GU12076@piout.net> References: <1430647031-13584-1-git-send-email-k.kozlowski.k@gmail.com> <1430647031-13584-2-git-send-email-k.kozlowski.k@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430647031-13584-2-git-send-email-k.kozlowski.k@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 780 Lines: 26 On 03/05/2015 at 18:57:11 +0900, Krzysztof Kozlowski wrote : > The rtc_timer_cancel() always returns 0 and cannot fail (calls only > other void-returning functions). > > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. None. > --- > drivers/rtc/interface.c | 4 +--- > include/linux/rtc.h | 2 +- > 2 files changed, 2 insertions(+), 4 deletions(-) > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/