From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Date: Fri, 28 Apr 2017 21:53:34 +0000 Subject: Re: [PATCH 0/3] SATA: Fine-tuning for two function implementations Message-Id: <20170428215334.GH22354@htj.duckdns.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: SF Markus Elfring Cc: linux-ide@vger.kernel.org, Hans de Goede , LKML , kernel-janitors@vger.kernel.org Hello, On Tue, Apr 18, 2017 at 10:00:37PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 18 Apr 2017 21:54:32 +0200 > > A few update suggestions were taken into account > from static source code analysis. Hmmm, allocs -> callocs. Are these actually beneficial? If so, why? Because one multiplication is rolled into the call? Thanks. -- tejun