From patchwork Thu Mar 30 12:48:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 13194137 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 47E1FC761A6 for ; Thu, 30 Mar 2023 12:48:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 30AEFC4339C; Thu, 30 Mar 2023 12:48:25 +0000 (UTC) Received: from muru.com (muru.com [72.249.23.125]) by smtp.kernel.org (Postfix) with ESMTP id 29F3FC433EF; Thu, 30 Mar 2023 12:48:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 29F3FC433EF Authentication-Results: smtp.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: smtp.kernel.org; spf=none smtp.mailfrom=atomide.com Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id ADF4D80FE; Thu, 30 Mar 2023 12:48:21 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL] Clean-up for omap1 for v6.4 Date: Thu, 30 Mar 2023 15:48:19 +0300 Message-Id: X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 From: "Tony Lindgren" The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.4/omap1-signed for you to fetch changes up to c29313d58c42f205cdecdd337f784f59bdf92dd7: ARM: omap1: remove redundant variables err (2023-03-27 10:10:37 +0300) ---------------------------------------------------------------- Clean-up for omap1 for v6.4 merge window Two clean-up patches to fix Kconfig indentation and to simplify the return path for ams_delta_modem_init(). ---------------------------------------------------------------- Jinpeng Cui (1): ARM: omap1: remove redundant variables err Juerg Haefliger (1): ARM: omap1: Kconfig: Fix indentation arch/arm/mach-omap1/Kconfig | 2 +- arch/arm/mach-omap1/board-ams-delta.c | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-)