Re: [PATCH 0/9] ARM: OMAP2+: Adjustments for seven function implementations

From: Tony Lindgren
Date: Wed Jun 07 2017 - 02:51:54 EST


* SF Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> [170603 11:24]:
> From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
> 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