Merge tag 'omap-for-v5.11/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Fri, 27 Nov 2020 16:46:50 +0000 (17:46 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 27 Nov 2020 16:46:51 +0000 (17:46 +0100)
commit31216ef56126d7bfcacbfa6c31cb06e58b483d53
tree3b02977eae0e58fb148fd73a9f2f5143b49b4150
parent418baf2c28f3473039f2f7377760bd8f6897ae18
parent2e023b938048c9857af09b96ce672e9a31dbfb38
Merge tag 'omap-for-v5.11/soc-signed' of git://git./linux/kernel/git/tmlind/linux-omap into arm/soc

SoC changes for omaps for v5.11 merge window:

Several non-urgent fixes for various issues found by automated tests.
So far we have not been hitting any of these so these can wait for the
merge window no problem.

* tag 'omap-for-v5.11/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: OMAP1: clock: Use IS_ERR_OR_NULL() to clean code
  ARM: OMAP2+: Remove redundant null check before clk_prepare_enable/clk_disable_unprepare
  ARM: OMAP2+: Remove redundant assignment to variable ret
  ARM: OMAP2+: Fix kfree NULL pointer in omap2xxx_clkt_vps_init
  ARM: OMAP2+: Fix memleak in omap2xxx_clkt_vps_init

Link: https://lore.kernel.org/r/pull-1606462656-588116@atomide.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>