From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.free-electrons.com (down.free-electrons.com. [37.187.137.238]) by gmr-mx.google.com with ESMTP id gt6si14660wib.1.2015.08.20.16.07.13 for ; Thu, 20 Aug 2015 16:07:13 -0700 (PDT) Date: Fri, 21 Aug 2015 01:07:12 +0200 From: Alexandre Belloni To: Joonyoung Shim Cc: rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, a.zummo@towertech.it, cw00.choi@samsung.com, k.kozlowski@samsung.com Subject: [rtc-linux] Re: [PATCH 2/4] rtc: s3c: remove unnecessary NULL assignment Message-ID: <20150820230712.GD3769@piout.net> References: <1439292502-22912-1-git-send-email-jy0922.shim@samsung.com> <1439292502-22912-2-git-send-email-jy0922.shim@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 In-Reply-To: <1439292502-22912-2-git-send-email-jy0922.shim@samsung.com> Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On 11/08/2015 at 20:28:20 +0900, Joonyoung Shim wrote : > It's unnecessary the code that assigns info->rtc_clk to NULL in > s3c_rtc_remove. > > Signed-off-by: Joonyoung Shim > --- > drivers/rtc/rtc-s3c.c | 1 - > 1 file changed, 1 deletion(-) > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Belloni Subject: Re: [PATCH 2/4] rtc: s3c: remove unnecessary NULL assignment Date: Fri, 21 Aug 2015 01:07:12 +0200 Message-ID: <20150820230712.GD3769@piout.net> References: <1439292502-22912-1-git-send-email-jy0922.shim@samsung.com> <1439292502-22912-2-git-send-email-jy0922.shim@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from down.free-electrons.com ([37.187.137.238]:48990 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753252AbbHTXHO (ORCPT ); Thu, 20 Aug 2015 19:07:14 -0400 Content-Disposition: inline In-Reply-To: <1439292502-22912-2-git-send-email-jy0922.shim@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Joonyoung Shim Cc: rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, a.zummo@towertech.it, cw00.choi@samsung.com, k.kozlowski@samsung.com On 11/08/2015 at 20:28:20 +0900, Joonyoung Shim wrote : > It's unnecessary the code that assigns info->rtc_clk to NULL in > s3c_rtc_remove. > > Signed-off-by: Joonyoung Shim > --- > drivers/rtc/rtc-s3c.c | 1 - > 1 file changed, 1 deletion(-) > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com