From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752032AbcACRAw (ORCPT ); Sun, 3 Jan 2016 12:00:52 -0500 Received: from mout.web.de ([212.227.15.3]:59446 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751769AbcACRAt (ORCPT ); Sun, 3 Jan 2016 12:00:49 -0500 Subject: Re: [PATCH 7/8] rtc-ab-b5ze-s3: Delete an unnecessary variable in _abb5zes3_rtc_interrupt() To: Julia Lawall References: <566ABCD9.1060404@users.sourceforge.net> <5688DF2D.6090204@users.sourceforge.net> <5688E229.4010400@users.sourceforge.net> Cc: rtc-linux@googlegroups.com, Alessandro Zummo , Alexandre Belloni , LKML , kernel-janitors@vger.kernel.org From: SF Markus Elfring X-Enigmail-Draft-Status: N1110 Message-ID: <568953B2.6010402@users.sourceforge.net> Date: Sun, 3 Jan 2016 18:00:34 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:+jdYp2Fi9wBYMr3y0X3Htgol75mb1oFG2nfJH/855PHkqQ5WHSG ufLmIYo5FBTQe4H0Z+xo/2V3srrymElM7/SHMmJiw6ORwtgPhlE33zF2EDWtNasXAoPwxHh DkBmji6Kt2FLxnc7N112iXGJiGHcbz5PVHPS/URlbt7CtEehhKHaCjrEgNm5OetaXGXRYf5 fLz4EFLRoPZ2rd0w+5oLQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:VmXLqILp5Fk=:eBjNPfnq+5DtgZbSCmkI/5 jJuwy09To29TLw8W/RzbmHQHUq1ssEJEIqg8uqbxb4JSny9Gyka/3urLxFuFYM3zeP8bVAIBS hthKfqmZZWWSQgB+rGDQmQGVxawcG0d/IY5MIHke1jDjUMMJi3n3merdLZRXF2U1j7Wtauuq2 yj9Jm8i3pySsV4p0IB+mzUTgoLmIvD1iWVMwEIU/YPX8RIXMDxFrj/NXqVz2Kf3057KBK19bs qRXQqf0QuWnSrjIh7QJX+dWIm17QRBL+OIXiZlwhEZUcZhfn/hNb9yzYx18DxqqwxaxU1IFGY +URfWox3NP60okSG6vQ2AaYc8uU8bUCyuajPXC0avGN9yYZFpkp5c5S8bLdjEwqLRipb+hB3e SP9pFBxqg0UDD1/qCJEjJkYU0b0eHPQ8Zmz1oXreFfUjZz9OoIe7bqFIhalP2p/bfweIJvwOu DSgVxOBAbcOo1vdlinMcCmDNZjp2ZP8CYNmXXqmWm9vEgx0V6GHnFsCTKlknjlR+ErA4raw6k BsY8zYxyO952MlsbDRWrmPvGGoufgWmUIRMA5rYRHlXatVXJRGZHD8SwMbULsSW/0yFNaM3ME l+X60t4D5bXNdZcGaBuHnq6gPg14PvWPObYGdegNjHLp4CYulXBnCPgH6HRujqVKG2EiaogEP WVhU26W7KJwVbOjxavc3PpPEyi+yQOmK7uluz5kbKdJ3aDBaRT75jQL7n5eAsJoxGdzoTWY1j esMSK8q14DIsCsSL2BLjJDup24LFLJXb1ZEYiCxNiy9KUnHUD5PGPRbGw4Nd2pqRDvpDNaAYl dkWcogh Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >> Pass the address of the data structure element "time" directly in calls >> of the function "rtc_update_irq" instead of an extra initialisation >> for one local variable at the beginning. > > Also, I don't see anything related to time in this patch. I should have referred to the data structure element "rtc" here. Should I resend this patch series with a corrected commit message now? Regards, Markus From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.web.de (mout.web.de. [212.227.15.3]) by gmr-mx.google.com with ESMTPS id 185si2344394wmn.0.2016.01.03.09.00.39 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 03 Jan 2016 09:00:39 -0800 (PST) Subject: [rtc-linux] Re: [PATCH 7/8] rtc-ab-b5ze-s3: Delete an unnecessary variable in _abb5zes3_rtc_interrupt() To: Julia Lawall References: <566ABCD9.1060404@users.sourceforge.net> <5688DF2D.6090204@users.sourceforge.net> <5688E229.4010400@users.sourceforge.net> Cc: rtc-linux@googlegroups.com, Alessandro Zummo , Alexandre Belloni , LKML , kernel-janitors@vger.kernel.org From: SF Markus Elfring Message-ID: <568953B2.6010402@users.sourceforge.net> Date: Sun, 3 Jan 2016 18:00:34 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8 Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , >> Pass the address of the data structure element "time" directly in calls >> of the function "rtc_update_irq" instead of an extra initialisation >> for one local variable at the beginning. > > Also, I don't see anything related to time in this patch. I should have referred to the data structure element "rtc" here. Should I resend this patch series with a corrected commit message now? Regards, Markus -- -- 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: SF Markus Elfring Date: Sun, 03 Jan 2016 17:00:34 +0000 Subject: Re: [PATCH 7/8] rtc-ab-b5ze-s3: Delete an unnecessary variable in _abb5zes3_rtc_interrupt() Message-Id: <568953B2.6010402@users.sourceforge.net> List-Id: References: <566ABCD9.1060404@users.sourceforge.net> <5688DF2D.6090204@users.sourceforge.net> <5688E229.4010400@users.sourceforge.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall Cc: rtc-linux@googlegroups.com, Alessandro Zummo , Alexandre Belloni , LKML , kernel-janitors@vger.kernel.org >> Pass the address of the data structure element "time" directly in calls >> of the function "rtc_update_irq" instead of an extra initialisation >> for one local variable at the beginning. > > Also, I don't see anything related to time in this patch. I should have referred to the data structure element "rtc" here. Should I resend this patch series with a corrected commit message now? Regards, Markus