From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751527AbdFGGvv (ORCPT ); Wed, 7 Jun 2017 02:51:51 -0400 Received: from muru.com ([72.249.23.125]:50692 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751049AbdFGGvu (ORCPT ); Wed, 7 Jun 2017 02:51:50 -0400 Date: Tue, 6 Jun 2017 23:51:46 -0700 From: Tony Lindgren To: SF Markus Elfring Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Russell King , kernel-janitors@vger.kernel.org, LKML Subject: Re: [PATCH 0/9] ARM: OMAP2+: Adjustments for seven function implementations Message-ID: <20170607065146.GE3730@atomide.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * SF Markus Elfring [170603 11:24]: > From: Markus Elfring > Date: Sat, 3 Jun 2017 20:12:34 +0200 > > Some update suggestions were taken into account > from static source code analysis. > > Markus Elfring (9): > Delete an error message for a failed memory allocation in omap_mcspi_init() > Delete an error message for a failed memory allocation in two functions > Delete an unnecessary variable initialisation in omap_init_mcbsp() > Improve a size determination in omap_init_mcbsp() > Delete an error message for a failed memory allocation in omap_init_mcbsp() > Improve a size determination in sr_dev_init() > Use kcalloc() in sr_set_nvalues() > SmartReflex: Delete an error message for a failed memory allocation in two functions > Delete an error message for a failed memory allocation in omap_timer_init() Thanks for the patches. Many of these are no longer needed as I've now dropped more of the legacy boot code as everything for mach-omap2 is booting in device tree mode. So I'm applying the following ones into omap-for-v4.13/soc. Regards, Tony 8< ------- ARM: OMAP2+: SmartReflex: Delete an error message for a failed memory allocation in two functions ARM: OMAP2+: Use kcalloc() in sr_set_nvalues() ARM: OMAP2+: Improve a size determination in sr_dev_init() ARM: OMAP2+: Delete an error message for a failed memory allocation in two functions