From: "Tony Lindgren" <tony@xxxxxxxxxxx> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.11/soc-signed for you to fetch changes up to 2e023b938048c9857af09b96ce672e9a31dbfb38: ARM: OMAP1: clock: Use IS_ERR_OR_NULL() to clean code (2020-11-19 11:45:42 +0200) ---------------------------------------------------------------- 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. ---------------------------------------------------------------- Jing Xiangfeng (1): ARM: OMAP2+: Remove redundant assignment to variable ret Tang Bin (1): ARM: OMAP1: clock: Use IS_ERR_OR_NULL() to clean code Xu Wang (1): ARM: OMAP2+: Remove redundant null check before clk_prepare_enable/clk_disable_unprepare Youling Tang (2): ARM: OMAP2+: Fix memleak in omap2xxx_clkt_vps_init ARM: OMAP2+: Fix kfree NULL pointer in omap2xxx_clkt_vps_init arch/arm/mach-omap1/clock.c | 14 +++++++------- arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c | 11 +++++++---- arch/arm/mach-omap2/display.c | 6 ++---- arch/arm/mach-omap2/omap_device.c | 5 ++--- 4 files changed, 18 insertions(+), 18 deletions(-)